Run id: 102593

Main.cc: In function 'int main()':
Main.cc:8:19: error: expected ';' before numeric constant
         shi=(i/10)10;
                   ^
Main.cc:11:5: error: expected '(' before 'return'
     return 0;
     ^
Main.cc:12:1: error: expected '}' at end of input
 }
 ^