0_0_21595986_16341.cpp:98:14: error: stray '#' in program
putchar('\n');
^
0_0_21595986_16341.cpp:98:5: error: stray '\' in program
putchar('\n');
^
0_0_21595986_16341.cpp:98:21: error: stray '#' in program
putchar('\n');
^
0_0_21595986_16341.cpp: In function 'void work()':
0_0_21595986_16341.cpp:98:15: error: lvalue required as unary '&' operand
putchar('\n');
^
0_0_21595986_16341.cpp:98:25: error: expected primary-expression before ')' token
putchar('\n');
^
|