Run id: 89612

Main.cc: In function 'int main()':
Main.cc:8:5: error: expected initializer before 'for'
     for(int i = 0; i < a; i++)
     ^
Main.cc:8:20: error: 'i' was not declared in this scope
     for(int i = 0; i < a; i++)
                    ^