Run id: 139778

Main.cc: In function 'int main()':
Main.cc:9:21: error: expected ';' before ')' token
     for(int i=0;i<40);i++){
                     ^
Main.cc:9:23: error: 'i' was not declared in this scope
     for(int i=0;i<40);i++){
                       ^