Run id: 150143

Main.cc: In function 'int main()':
Main.cc:10:16: error: expected primary-expression before '!=' token
         if(i%3=!=0)coutinue;
                ^
Main.cc:10:20: error: 'coutinue' was not declared in this scope
         if(i%3=!=0)coutinue;
                    ^
Main.cc:12:5: error: expected primary-expression before '}' token
     }
     ^