Main.cc: In function 'int main()': Main.cc:9:14: error: expected ')' before '!' token if(a % 100 ! == 1 and a % 4 == 0){ ^