Main.cc: In function ‘int main()’: Main.cc:6:7: error: ‘n’ was not declared in this scope if(((n%4==0)&&(!(n%100==0)))|n%400==0){ ^