0_0_13309147_4588.cpp: In function 'int main()':
0_0_13309147_4588.cpp:6:1: error: 'intN' was not declared in this scope
intN;
^
0_0_13309147_4588.cpp:10:7: error: 'N' was not declared in this scope
"%d",&N);
^
0_0_13309147_4588.cpp:14:1: error: 'boolflag' was not declared in this scope
boolflag=false
^
0_0_13309147_4588.cpp:24:4: error: 'flag' was not declared in this scope
if(flag==false) printf("%d",m);
^
0_0_13309147_4588.cpp:26:3: error: 'elseprintf' was not declared in this scope
,m);
^
0_0_13309147_4588.cpp:27:1: error: 'flag' was not declared in this scope
flag
^
0_0_13309147_4588.cpp:35:4: error: 'flag' was not declared in this scope
if(flag==false)printf("No number can be output !"
^
0_0_13309147_4588.cpp:41:1: error: 'return0' was not declared in this scope
return0
^
|