Run id: 118982

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