0_0_21598998_19202.cpp:72:18: error: stray '#' in program
putchar('\n');
^
0_0_21598998_19202.cpp:72:9: error: stray '\' in program
putchar('\n');
^
0_0_21598998_19202.cpp:72:25: error: stray '#' in program
putchar('\n');
^
0_0_21598998_19202.cpp:75:18: error: stray '#' in program
putchar('\n');
^
0_0_21598998_19202.cpp:75:9: error: stray '\' in program
putchar('\n');
^
0_0_21598998_19202.cpp:75:25: error: stray '#' in program
putchar('\n');
^
0_0_21598998_19202.cpp: In function 'int main()':
0_0_21598998_19202.cpp:72:19: error: lvalue required as unary '&' operand
putchar('\n');
^
0_0_21598998_19202.cpp:72:29: error: expected primary-expression before ')' token
putchar('\n');
^
0_0_21598998_19202.cpp:75:19: error: lvalue required as unary '&' operand
putchar('\n');
^
0_0_21598998_19202.cpp:75:29: error: expected primary-expression before ')' token
putchar('\n');
^
|