0_0_21595845_25625.cpp:137:26: error: stray '#' in program
putchar('\n');
^
0_0_21595845_25625.cpp:137:17: error: stray '\' in program
putchar('\n');
^
0_0_21595845_25625.cpp:137:33: error: stray '#' in program
putchar('\n');
^
0_0_21595845_25625.cpp: In function 'int main()':
0_0_21595845_25625.cpp:137:27: error: lvalue required as unary '&' operand
putchar('\n');
^
0_0_21595845_25625.cpp:137:37: error: expected primary-expression before ')' token
putchar('\n');
^
|