0_0_37166022_7815.cpp: In function 'int main()': 0_0_37166022_7815.cpp:10:8: error: 'year' was not declared in this scope if((year % 400 == 0) || ((year % 100 != 0) && (year % 4 == 0))) ^