Run id: 117047

Main.cc: In function 'int main()':
Main.cc:7:21: warning: comparison with string literal results in unspecified behaviour [-Waddress]
     for(int i;a[i]!="\0";i++){
                     ^
Main.cc:7:21: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:10:21: warning: comparison with string literal results in unspecified behaviour [-Waddress]
     for(int i;b[i]!="\0";i++){
                     ^
Main.cc:10:21: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]