Run id: 106960

Main.cc: In function 'int main()':
Main.cc:6:7: error: 'i' was not declared in this scope
  for (i = 0; i < 5; i++) {
       ^
Main.cc:11:7: error: 'i' was not declared in this scope
  for (i = 0; i < 5; i++) {
       ^