0_0_21594447_2869.cpp:32:10: error: stray '#' in program
if(w=='S')
^
0_0_21594447_2869.cpp:32:16: error: stray '#' in program
if(w=='S')
^
0_0_21594447_2869.cpp:37:26: error: stray '#' in program
if(a[hao].flag==1&&w=='E')
^
0_0_21594447_2869.cpp:37:32: error: stray '#' in program
if(a[hao].flag==1&&w=='E')
^
0_0_21594447_2869.cpp: In function 'int main()':
0_0_21594447_2869.cpp:32:11: error: lvalue required as unary '&' operand
if(w=='S')
^
0_0_21594447_2869.cpp:32:13: error: expected ')' before ';' token
if(w=='S')
^
0_0_21594447_2869.cpp:32:14: error: 'S' was not declared in this scope
if(w=='S')
^
0_0_21594447_2869.cpp:32:20: error: expected primary-expression before ')' token
if(w=='S')
^
0_0_21594447_2869.cpp:37:27: error: lvalue required as unary '&' operand
if(a[hao].flag==1&&w=='E')
^
0_0_21594447_2869.cpp:37:29: error: expected ')' before ';' token
if(a[hao].flag==1&&w=='E')
^
0_0_21594447_2869.cpp:37:30: error: 'E' was not declared in this scope
if(a[hao].flag==1&&w=='E')
^
0_0_21594447_2869.cpp:37:36: error: expected primary-expression before ')' token
if(a[hao].flag==1&&w=='E')
^
|