Run id: 144689

Main.cc: In function 'int main()':
Main.cc:6:9: warning: comparison with string literal results in unspecified behaviour [-Waddress]
   if(a>="A"&&a<="Z"){
         ^
Main.cc:6:9: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:6:17: warning: comparison with string literal results in unspecified behaviour [-Waddress]
   if(a>="A"&&a<="Z"){
                 ^
Main.cc:6:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:8:23: warning: comparison with string literal results in unspecified behaviour [-Waddress]
   cout<="a"&&a<="z"){
                       ^
Main.cc:8:23: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:8:31: warning: comparison with string literal results in unspecified behaviour [-Waddress]
   cout<="a"&&a<="z"){
                               ^
Main.cc:8:31: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]