Run id: 138012

Main.cc: In function 'int main()':
Main.cc:4:7: error: expected initializer before '==' token
  int a==0;
       ^
Main.cc:6:3: error: 'a' was not declared in this scope
   a=i*(i+1);
   ^
Main.cc:8:8: error: 'a' was not declared in this scope
  cout<