0_0_21594271_10609.cpp:43:11: error: stray '#' in program
if(c=='M')
^
0_0_21594271_10609.cpp:43:17: error: stray '#' in program
if(c=='M')
^
0_0_21594271_10609.cpp: In function 'int main()':
0_0_21594271_10609.cpp:43:12: error: lvalue required as unary '&' operand
if(c=='M')
^
0_0_21594271_10609.cpp:43:14: error: expected ')' before ';' token
if(c=='M')
^
0_0_21594271_10609.cpp:43:15: error: 'M' was not declared in this scope
if(c=='M')
^
0_0_21594271_10609.cpp:43:21: error: expected primary-expression before ')' token
if(c=='M')
^
0_0_21594271_10609.cpp:49:4: error: 'else' without a previous 'if'
else
^
|