Run id: 152620

Main.cc: In function 'int main()':
Main.cc:10:5: error: expected ';' before 'int'
     int x=0;
     ^
Main.cc:11:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<=strlen(a);i++){
                  ^
Main.cc:13:19: error: 'x' was not declared in this scope
             cout<