Run id: 131111
Main.cc: In function 'int main()':
Main.cc:10:11: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if(a>="a"&&a>="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(a>="a"&&a>="z"){
^
Main.cc:10:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:15:5: error: expected ';' before '}' token
}
^