Run id: 145867

Main.cc: In function 'int main()':
Main.cc:6:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     if(((a%4==0)||(a%100==0))&&((a%4==0)!=(a%100==0))||a%400==0 { 
                              ^
Main.cc:6:65: error: expected ')' before '{' token
     if(((a%4==0)||(a%100==0))&&((a%4==0)!=(a%100==0))||a%400==0 { 
                                                                 ^