Run id: 147164

Main.cc: In function 'int main()':
Main.cc:4:14: error: expected initializer before '+' token
     int n=1,k+1;
              ^
Main.cc:7:3: error: 'k' was not declared in this scope
   k+=n;
   ^
Main.cc:9:8: error: 'k' was not declared in this scope
  cout<