0_0_28546692_29645.cpp:26:1: error: missing terminating " character
printf("%d ¡°,a[i]);
^
0_0_28546692_29645.cpp:28:1: error: stray '\241' in program
printf(¡±%d",a[i]);
^
0_0_28546692_29645.cpp:28:1: error: stray '\261' in program
0_0_28546692_29645.cpp:28:1: error: missing terminating " character
0_0_28546692_29645.cpp: In function 'int main()':
0_0_28546692_29645.cpp:27:1: error: expected primary-expression before '}' token
}
^
0_0_28546692_29645.cpp:28:10: error: expected primary-expression before '%' token
printf(¡±%d",a[i]);
^
0_0_28546692_29645.cpp:28:11: error: 'd' was not declared in this scope
printf(¡±%d",a[i]);
^
|