Home > Back-end >  Excuse me, where is my this program is wrong, how DEVC is always an error...
Excuse me, where is my this program is wrong, how DEVC is always an error...

Time:09-27

/* 1 to 10 times the power of 2 computation and output */
#include
#include
# define the basic number of the DS 2
Int main ()
{
Int mi=DS;

First power for printf (" % d: % d \ n ", DS, mi);
Mi=mi * DS;
Second power for printf (" % d: % d \ n ", DS, mi);
Mi=mi * DS;
Printf (" % d daiichi power times is: % d \ n ", DS, mi);
Mi=mi * DS;
Fourth power of printf (" % d: % d \ n ", DS, mi);
Mi=mi * DS;
Printf (" % d for the fifth time, the power to: % d \ n ", DS, mi);

system("PAUSE");
Rteurn 0;

}

CodePudding user response:

Base to comment out and return to write wrong

CodePudding user response:

Not the stdio? ~ ~ ~ ~ ~ ~ ~ ~
  • Related