Run id: 144710

Main.cc: In function 'int main()':
Main.cc:6:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     if(a%4&&a%100!=0||a%400==0){
           ^
Main.cc:11:24: error: expected '}' at end of input
     cout<