Run id: 147550

Main.cc: In function 'int main()':
Main.cc:12:2: error: expected ';' before 'for'
  for(int i = 0;i<5;i++){
  ^
Main.cc:12:16: error: 'i' was not declared in this scope
  for(int i = 0;i<5;i++){
                ^