0_0_26532099_8264.cpp:7:2: error: stray '\243' in program
int iŁ»
^
0_0_26532099_8264.cpp:7:2: error: stray '\273' in program
0_0_26532099_8264.cpp:27:2: error: stray '\' in program
printf(\n);
^
0_0_26532099_8264.cpp: In function 'int main()':
0_0_26532099_8264.cpp:8:2: error: expected initializer before 'int'
int flag=0;
^
0_0_26532099_8264.cpp:9:6: error: 'i' was not declared in this scope
for(i=a;i<=b;i++)
^
0_0_26532099_8264.cpp:17:7: error: 'flag' was not declared in this scope
if(flag==0)
^
0_0_26532099_8264.cpp:21:4: error: 'flag' was not declared in this scope
flag==1;
^
0_0_26532099_8264.cpp:24:5: error: 'flag' was not declared in this scope
if(flag==0)
^
0_0_26532099_8264.cpp:27:10: error: 'n' was not declared in this scope
printf(\n);
^
|