Run id: 127847

Main.cc: In function 'int main()':
Main.cc:15:2: error: expected ',' or ';' before 'int'
  int c = 0;
  ^
Main.cc:18:4: error: 'c' was not declared in this scope
    c++;
    ^
Main.cc:20:11: error: 'c' was not declared in this scope
   cout << c;
           ^