Run id: 156176

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