Print? /* Start the comments in the program header (to avoid any problems encountered during the submission of blog posts, the slash used to indicate that the comments have been deleted)
/* Start the comments in the program header (to avoid any problems encountered during the submission of blog posts, the slash used to indicate that the comments have been deleted)
[Plain]
* Copyright and version Declaration of the program
* All rights reserved.
* File name: txt. c
* Author: liuyongshui
* Completion date: January 1, April 24, 2013
* Version No.: V1.0
*/
# Include <stdio. h>
Int main ()
{
Int I;
Int;
Int B;
Int c;
For (I = 100; I <= 999; I ++)
{
A = I % 10; // a bit
B = I/10% 10; // 10
C = I/100; // bits
If (a * a + B * B + c * c = I)
{
Printf ("% d is Armstrong. \ n", I );
}
}
Return 0;
}
* Copyright and version Declaration of the program
* All rights reserved.
* File name: txt. c
* Author: liuyongshui
* Completion date: January 1, April 24, 2013
* Version No.: V1.0
*/
# Include <stdio. h>
Int main ()
{
Int I;
Int;
Int B;
Int c;
For (I = 100; I <= 999; I ++)
{
A = I % 10; // a bit
B = I/10% 10; // 10
C = I/100; // bits
If (a * a + B * B + c * c = I)
{
Printf ("% d is Armstrong. \ n", I );
}
}
Return 0;
}