Run id: 98114
Main.cc:14:22: error: stray '\357' in program
if(c >="A")
^
Main.cc:14:22: error: stray '\274' in program
Main.cc:14:22: error: stray '\210' in program
Main.cc: In function 'int main()':
Main.cc:7:18: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if(c >= "a")
^
Main.cc:7:18: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:9:29: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if(c >= "z")
^
Main.cc:9:29: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:14:27: error: expected '(' before 'c'
if(c >="A")
^
Main.cc:21:10: error: expected ';' before 'return'
return 0;
^