运行 ID: 38015

Main.cc: In function ‘int main()’:
Main.cc:7:21: error: expected ‘)’ before ‘!’ token
  if(a%4==0&&a%100==0!a%400==0){
                     ^