0_0_21596592_9960.cpp:56:24: error: stray '#' in program
if(op[0]=='A')
^
0_0_21596592_9960.cpp:56:30: error: stray '#' in program
if(op[0]=='A')
^
0_0_21596592_9960.cpp:67:28: error: stray '#' in program
if(op[0]=='D')
^
0_0_21596592_9960.cpp:67:34: error: stray '#' in program
if(op[0]=='D')
^
0_0_21596592_9960.cpp:82:32: error: stray '#' in program
if(op[0]=='M')
^
0_0_21596592_9960.cpp:82:38: error: stray '#' in program
if(op[0]=='M')
^
0_0_21596592_9960.cpp: In function 'int main()':
0_0_21596592_9960.cpp:56:25: error: lvalue required as unary '&' operand
if(op[0]=='A')
^
0_0_21596592_9960.cpp:56:27: error: expected ')' before ';' token
if(op[0]=='A')
^
0_0_21596592_9960.cpp:56:28: error: 'A' was not declared in this scope
if(op[0]=='A')
^
0_0_21596592_9960.cpp:56:34: error: expected primary-expression before ')' token
if(op[0]=='A')
^
0_0_21596592_9960.cpp:66:13: error: 'else' without a previous 'if'
else
^
0_0_21596592_9960.cpp:67:29: error: lvalue required as unary '&' operand
if(op[0]=='D')
^
0_0_21596592_9960.cpp:67:31: error: expected ')' before ';' token
if(op[0]=='D')
^
0_0_21596592_9960.cpp:67:32: error: 'D' was not declared in this scope
if(op[0]=='D')
^
0_0_21596592_9960.cpp:67:38: error: expected primary-expression before ')' token
if(op[0]=='D')
^
0_0_21596592_9960.cpp:81:17: error: 'else' without a previous 'if'
else
^
0_0_21596592_9960.cpp:82:33: error: lvalue required as unary '&' operand
if(op[0]=='M')
^
0_0_21596592_9960.cpp:82:35: error: expected ')' before ';' token
if(op[0]=='M')
^
0_0_21596592_9960.cpp:82:36: error: 'M' was not declared in this scope
if(op[0]=='M')
^
0_0_21596592_9960.cpp:82:42: error: expected primary-expression before ')' token
if(op[0]=='M')
^
0_0_21596592_9960.cpp:99:21: error: 'else' without a previous 'if'
else
^
|