Main.cc: In function 'int main()': Main.cc:5:29: error: expected primary-expression before ')' token for (int i=1; i<=100 ;++) { ^ Main.cc:7:8: error: 'i' was not declared in this scope if(i%3==0) ^