0_0_16024991_11502.cpp:19:6: error: stray '\' in program
printf(Sorry\n");
^
0_0_16024991_11502.cpp:19:6: error: missing terminating " character
0_0_16024991_11502.cpp: In function 'int main()':
0_0_16024991_11502.cpp:19:13: error: 'Sorry' was not declared in this scope
printf(Sorry\n");
^
0_0_16024991_11502.cpp:23:13: error: expected '}' at end of input
return 0;
^
|