Home > Back-end >  C language circulation problems.
C language circulation problems.

Time:09-30



Here is my code:

 # include 
Int main () {
Int m, n, a, b, c, j.
The scanf (" % d % d ", & amp; M, & amp; N);
B=m;
For (a=3; AB=m - a;
C=n - a;
For (j=2; J<=a - 1; J++) {
If (a % j==0)
break;
}
If (jFor (j=2; JIf (b % j==0)
break;
}
If (jFor (j=2; J<=c - 1; J++) {
If (c % j==0)
break;
}
If (jPrintf (" % d=% d + % d; % d=% d + % d;" , m, a, b, n, a, c);
break;
}
return 0;
}


Prompt failed, how to solve?

CodePudding user response:

Urgent urgent urgent!!!!!!!!!!!

CodePudding user response:

How can the output of m - n all number

CodePudding user response:

Whether like this?
  • Related