Void main ()
{
Int a, b, c, d, e;
The scanf (" % d ", a);
B=a/100;
C=(a - 100 * b)/10;
D=b - a - 100 * 10 * c;
E + 10=100 * d * c + b;
Printf (" % d ", e);
}
A three digits antitone
Don't show how to modify the result
CodePudding user response:
Printf (" % d \ n ", e);Remember to wrap, if not a newline, possible card inside the buffer
The building Lord: why don't you like to use modulus (" % ")?
CodePudding user response:
Syntax error, the scanf (" % d ", a); It should be the scanf (" % d ", & amp; A);CodePudding user response:
Six months of the new error, when looking at all thought they were stupid,,Thank you very much!