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