Main.cc: In function 'int main()':Main.cc:10:34: error: expected primary-expression before ')' token 10 | if((a%4==0&&a%100!=0)||a%400==){ | ^