0_0_21596253_10499.cpp:26:11: error: stray '#' in program
if(c=='I')
^
0_0_21596253_10499.cpp:26:17: error: stray '#' in program
if(c=='I')
^
0_0_21596253_10499.cpp: In function 'int main()':
0_0_21596253_10499.cpp:26:12: error: lvalue required as unary '&' operand
if(c=='I')
^
0_0_21596253_10499.cpp:26:14: error: expected ')' before ';' token
if(c=='I')
^
0_0_21596253_10499.cpp:26:15: error: 'I' was not declared in this scope
if(c=='I')
^
0_0_21596253_10499.cpp:26:21: error: expected primary-expression before ')' token
if(c=='I')
^
0_0_21596253_10499.cpp:34:4: error: 'else' without a previous 'if'
else
^
|