0_0_21600694_18361.cpp:62:24: error: stray '#' in program
if(ch[0]=='I')
^
0_0_21600694_18361.cpp:62:30: error: stray '#' in program
if(ch[0]=='I')
^
0_0_21600694_18361.cpp:70:29: error: stray '#' in program
else if(ch[0]=='X')
^
0_0_21600694_18361.cpp:70:35: error: stray '#' in program
else if(ch[0]=='X')
^
0_0_21600694_18361.cpp:72:29: error: stray '#' in program
else if(ch[0]=='Y')
^
0_0_21600694_18361.cpp:72:35: error: stray '#' in program
else if(ch[0]=='Y')
^
0_0_21600694_18361.cpp:74:29: error: stray '#' in program
else if(ch[0]=='Z')
^
0_0_21600694_18361.cpp:74:35: error: stray '#' in program
else if(ch[0]=='Z')
^
0_0_21600694_18361.cpp: In function 'int main()':
0_0_21600694_18361.cpp:62:25: error: lvalue required as unary '&' operand
if(ch[0]=='I')
^
0_0_21600694_18361.cpp:62:27: error: expected ')' before ';' token
if(ch[0]=='I')
^
0_0_21600694_18361.cpp:62:28: error: 'I' was not declared in this scope
if(ch[0]=='I')
^
0_0_21600694_18361.cpp:62:34: error: expected primary-expression before ')' token
if(ch[0]=='I')
^
0_0_21600694_18361.cpp:70:13: error: 'else' without a previous 'if'
else if(ch[0]=='X')
^
0_0_21600694_18361.cpp:70:30: error: lvalue required as unary '&' operand
else if(ch[0]=='X')
^
0_0_21600694_18361.cpp:70:32: error: expected ')' before ';' token
else if(ch[0]=='X')
^
0_0_21600694_18361.cpp:70:33: error: 'X' was not declared in this scope
else if(ch[0]=='X')
^
0_0_21600694_18361.cpp:70:39: error: expected primary-expression before ')' token
else if(ch[0]=='X')
^
0_0_21600694_18361.cpp:72:13: error: 'else' without a previous 'if'
else if(ch[0]=='Y')
^
0_0_21600694_18361.cpp:72:30: error: lvalue required as unary '&' operand
else if(ch[0]=='Y')
^
0_0_21600694_18361.cpp:72:32: error: expected ')' before ';' token
else if(ch[0]=='Y')
^
0_0_21600694_18361.cpp:72:33: error: 'Y' was not declared in this scope
else if(ch[0]=='Y')
^
0_0_21600694_18361.cpp:72:39: error: expected primary-expression before ')' token
else if(ch[0]=='Y')
^
0_0_21600694_18361.cpp:74:13: error: 'else' without a previous 'if'
else if(ch[0]=='Z')
^
0_0_21600694_18361.cpp:74:30: error: lvalue required as unary '&' operand
else if(ch[0]=='Z')
^
0_0_21600694_18361.cpp:74:32: error: expected ')' before ';' token
else if(ch[0]=='Z')
^
0_0_21600694_18361.cpp:74:33: error: 'Z' was not declared in this scope
else if(ch[0]=='Z')
^
0_0_21600694_18361.cpp:74:39: error: expected primary-expression before ')' token
else if(ch[0]=='Z')
^
|