0_0_21591014_32565.cpp:124:17: error: stray '#' in program
if(op[0] == 'R')
^
0_0_21591014_32565.cpp:124:23: error: stray '#' in program
if(op[0] == 'R')
^
0_0_21591014_32565.cpp:136:19: error: stray '#' in program
if (op[0] == 'D')
^
0_0_21591014_32565.cpp:136:25: error: stray '#' in program
if (op[0] == 'D')
^
0_0_21591014_32565.cpp: In function 'int main()':
0_0_21591014_32565.cpp:124:18: error: lvalue required as unary '&' operand
if(op[0] == 'R')
^
0_0_21591014_32565.cpp:124:20: error: expected ')' before ';' token
if(op[0] == 'R')
^
0_0_21591014_32565.cpp:124:21: error: 'R' was not declared in this scope
if(op[0] == 'R')
^
0_0_21591014_32565.cpp:124:27: error: expected primary-expression before ')' token
if(op[0] == 'R')
^
0_0_21591014_32565.cpp:133:4: error: 'else' without a previous 'if'
else
^
0_0_21591014_32565.cpp:136:20: error: lvalue required as unary '&' operand
if (op[0] == 'D')
^
0_0_21591014_32565.cpp:136:22: error: expected ')' before ';' token
if (op[0] == 'D')
^
0_0_21591014_32565.cpp:136:23: error: 'D' was not declared in this scope
if (op[0] == 'D')
^
0_0_21591014_32565.cpp:136:29: error: expected primary-expression before ')' token
if (op[0] == 'D')
^
0_0_21591014_32565.cpp:141:5: error: 'else' without a previous 'if'
else
^
|