Run id: 95342
Main.cc:8:4: error: stray '\' in program
printf(%%%%%%\n);
^
Main.cc: In function 'int main()':
Main.cc:6:17: error: 'printf' was not declared in this scope
printf("%%\n");
^
Main.cc:8:11: error: expected primary-expression before '%' token
printf(%%%%%%\n);
^
Main.cc:8:12: error: expected primary-expression before '%' token
printf(%%%%%%\n);
^
Main.cc:8:13: error: expected primary-expression before '%' token
printf(%%%%%%\n);
^
Main.cc:8:14: error: expected primary-expression before '%' token
printf(%%%%%%\n);
^
Main.cc:8:15: error: expected primary-expression before '%' token
printf(%%%%%%\n);
^
Main.cc:8:16: error: expected primary-expression before '%' token
printf(%%%%%%\n);
^
Main.cc:8:18: error: 'n' was not declared in this scope
printf(%%%%%%\n);
^
Main.cc:21:48: error: expected '}' at end of input
printf("%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n");
^