Run id: 5420
Main.cc: In function 'int main()':
Main.cc:6:11: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if(c>="A"&&c<="Z"){
^
Main.cc:6:11: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:6:19: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if(c>="A"&&c<="Z"){
^
Main.cc:6:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:10:11: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if(c>="a"&&c<="z"){
^
Main.cc:10:11: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:10:19: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if(c>="a"&&c<="z"){
^
Main.cc:10:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:12:5: error: expected ';' before '}' token
}
^
Main.cc:16:5: error: expected ';' before '}' token
}
^
Main.cc:19:5: error: expected ';' before '}' token
}
^