0_0_36027271_467.cpp:9:2: error: stray '\' in program
printf(%c %c %c\n",a,b,c);
^
0_0_36027271_467.cpp:9:2: error: missing terminating " character
0_0_36027271_467.cpp:2:11: error: '::main' must return 'int'
void main(){
^
0_0_36027271_467.cpp: In function 'int main()':
0_0_36027271_467.cpp:9:9: error: expected primary-expression before '%' token
printf(%c %c %c\n",a,b,c);
^
|