Main.cc: In function 'int main()':
Main.cc:5:10: error: declaration does not declare anything [-fpermissive]
for (int; i<=100 ;++) {
^
Main.cc:5:15: error: 'i' was not declared in this scope
for (int; i<=100 ;++) {
^
Main.cc:5:25: error: expected primary-expression before ')' token
for (int; i<=100 ;++) {
^
Main.cc:7:8: error: 'i' was not declared in this scope
if(i%3==0)
^