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