Run id: 136428

Main.cc: In function 'int main()':
Main.cc:10:3: error: expected ';' before 'int'
   int k=0;
   ^
Main.cc:16:6: error: 'k' was not declared in this scope
      k++; 
      ^
Main.cc:24:7: error: 'k' was not declared in this scope
       k++;  
       ^
Main.cc:29:9: error: 'k' was not declared in this scope
   cout<