Run id: 121621

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