Run id: 132202

Main.cc: In function 'int main()':
Main.cc:17:22: error: expected ')' before ';' token
             if(c%2!=0;){
                      ^
Main.cc:17:23: error: expected primary-expression before ')' token
             if(c%2!=0;){
                       ^
Main.cc:25:25: error: expected ')' before ';' token
                if(c%2!=0;){
                         ^
Main.cc:25:26: error: expected primary-expression before ')' token
                if(c%2!=0;){
                          ^
Main.cc:31:1: error: expected '}' at end of input
 }
 ^
Main.cc:31:1: error: expected '}' at end of input