0_0_33006963_23474.cpp:8:1: error: missing terminating " character
scanf("%d ¡°,&a[i]);
^
0_0_33006963_23474.cpp:25:1: error: stray '\241' in program
printf(¡±%d\n",a[n]);
^
0_0_33006963_23474.cpp:25:1: error: stray '\261' in program
0_0_33006963_23474.cpp:25:1: error: stray '\' in program
0_0_33006963_23474.cpp:25:1: error: missing terminating " character
0_0_33006963_23474.cpp: In function 'int main()':
0_0_33006963_23474.cpp:9:7: error: expected ')' before ';' token
a[n]=m;
^
0_0_33006963_23474.cpp:25:10: error: expected primary-expression before '%' token
printf(¡±%d\n",a[n]);
^
0_0_33006963_23474.cpp:25:11: error: 'd' was not declared in this scope
printf(¡±%d\n",a[n]);
^
|