0_0_21598966_27452.cpp:68:28: error: stray '#' in program
if(op[0]=='T')
^
0_0_21598966_27452.cpp:68:34: error: stray '#' in program
if(op[0]=='T')
^
0_0_21598966_27452.cpp:75:33: error: stray '#' in program
else if(op[0]=='C')
^
0_0_21598966_27452.cpp:75:39: error: stray '#' in program
else if(op[0]=='C')
^
0_0_21598966_27452.cpp:92:33: error: stray '#' in program
else if(op[0]=='L')
^
0_0_21598966_27452.cpp:92:39: error: stray '#' in program
else if(op[0]=='L')
^
0_0_21598966_27452.cpp:97:33: error: stray '#' in program
else if(op[0]=='A')
^
0_0_21598966_27452.cpp:97:39: error: stray '#' in program
else if(op[0]=='A')
^
0_0_21598966_27452.cpp:102:33: error: stray '#' in program
else if(op[0]=='E')
^
0_0_21598966_27452.cpp:102:39: error: stray '#' in program
else if(op[0]=='E')
^
0_0_21598966_27452.cpp: In function 'int main()':
0_0_21598966_27452.cpp:68:29: error: lvalue required as unary '&' operand
if(op[0]=='T')
^
0_0_21598966_27452.cpp:68:31: error: expected ')' before ';' token
if(op[0]=='T')
^
0_0_21598966_27452.cpp:68:32: error: 'T' was not declared in this scope
if(op[0]=='T')
^
0_0_21598966_27452.cpp:68:38: error: expected primary-expression before ')' token
if(op[0]=='T')
^
0_0_21598966_27452.cpp:75:17: error: 'else' without a previous 'if'
else if(op[0]=='C')
^
0_0_21598966_27452.cpp:75:34: error: lvalue required as unary '&' operand
else if(op[0]=='C')
^
0_0_21598966_27452.cpp:75:36: error: expected ')' before ';' token
else if(op[0]=='C')
^
0_0_21598966_27452.cpp:75:37: error: 'C' was not declared in this scope
else if(op[0]=='C')
^
0_0_21598966_27452.cpp:75:43: error: expected primary-expression before ')' token
else if(op[0]=='C')
^
0_0_21598966_27452.cpp:92:17: error: 'else' without a previous 'if'
else if(op[0]=='L')
^
0_0_21598966_27452.cpp:92:34: error: lvalue required as unary '&' operand
else if(op[0]=='L')
^
0_0_21598966_27452.cpp:92:36: error: expected ')' before ';' token
else if(op[0]=='L')
^
0_0_21598966_27452.cpp:92:37: error: 'L' was not declared in this scope
else if(op[0]=='L')
^
0_0_21598966_27452.cpp:92:43: error: expected primary-expression before ')' token
else if(op[0]=='L')
^
0_0_21598966_27452.cpp:97:17: error: 'else' without a previous 'if'
else if(op[0]=='A')
^
0_0_21598966_27452.cpp:97:34: error: lvalue required as unary '&' operand
else if(op[0]=='A')
^
0_0_21598966_27452.cpp:97:36: error: expected ')' before ';' token
else if(op[0]=='A')
^
0_0_21598966_27452.cpp:97:37: error: 'A' was not declared in this scope
else if(op[0]=='A')
^
0_0_21598966_27452.cpp:97:43: error: expected primary-expression before ')' token
else if(op[0]=='A')
^
0_0_21598966_27452.cpp:102:17: error: 'else' without a previous 'if'
else if(op[0]=='E')
^
0_0_21598966_27452.cpp:102:34: error: lvalue required as unary '&' operand
else if(op[0]=='E')
^
0_0_21598966_27452.cpp:102:36: error: expected ')' before ';' token
else if(op[0]=='E')
^
0_0_21598966_27452.cpp:102:37: error: 'E' was not declared in this scope
else if(op[0]=='E')
^
0_0_21598966_27452.cpp:102:43: error: expected primary-expression before ')' token
else if(op[0]=='E')
^
|