Home > Back-end > C language output inverse number of a three digits
C language output inverse number of a three digits
Time:10-26
CodePudding user response:
# include Int main () { int a,b,c; Int m, n; The scanf (" % d ", & amp; M); A=m/100; B=(m - a * 100)/10; C=a - m - 100 * 10 * b; N=c * 100 * 10 + a + b; Printf (" % d ", n); return 0; }
Started school version of
CodePudding user response:
You to act as a string input, reverse circulation more simple