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