0_0_21592969_28652.cpp:27:15: error: stray '#' in program
if (ch == '\n')
^
0_0_21592969_28652.cpp:27:4: error: stray '\' in program
if (ch == '\n')
^
0_0_21592969_28652.cpp:27:22: error: stray '#' in program
if (ch == '\n')
^
0_0_21592969_28652.cpp: In function 'int main()':
0_0_21592969_28652.cpp:27:16: error: lvalue required as unary '&' operand
if (ch == '\n')
^
0_0_21592969_28652.cpp:27:18: error: expected ')' before ';' token
if (ch == '\n')
^
0_0_21592969_28652.cpp:27:26: error: expected primary-expression before ')' token
if (ch == '\n')
^
|