0_0_21595788_19240.cpp:78:26: error: stray '#' in program
if(ss[0] == 'U') {
^
0_0_21595788_19240.cpp:78:32: error: stray '#' in program
if(ss[0] == 'U') {
^
0_0_21595788_19240.cpp: In function 'int main()':
0_0_21595788_19240.cpp:78:27: error: lvalue required as unary '&' operand
if(ss[0] == 'U') {
^
0_0_21595788_19240.cpp:78:29: error: expected ')' before ';' token
if(ss[0] == 'U') {
^
0_0_21595788_19240.cpp:78:30: error: 'U' was not declared in this scope
if(ss[0] == 'U') {
^
0_0_21595788_19240.cpp:78:36: error: expected primary-expression before ')' token
if(ss[0] == 'U') {
^
0_0_21595788_19240.cpp:80:15: error: 'else' without a previous 'if'
} else {
^
|