Run id: 151312

Main.cc: In function 'int main()':
Main.cc:7:3: error: 'sting' was not declared in this scope
   sting tmp;
   ^
Main.cc:10:9: error: 'tmp' was not declared in this scope
     if(!tmp.empty()){
         ^
Main.cc:16:5: error: 'tmp' was not declared in this scope
     tmp+=c;
     ^
Main.cc:19:7: error: 'tmp' was not declared in this scope
   if(!tmp.empty()){
       ^
Main.cc:23:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i