Main.cc: In function 'int main()': Main.cc:11:5: error: expected ',' or ';' before 'if' if((a%4==0)||((a%100==0)&&(a%400!=0))){ ^