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