0_0_25242434_5785.cpp: In function 'int is_r(int)': 0_0_25242434_5785.cpp:28:7: error: 'a' was not declared in this scope if((a%4==0&&a%100!=0)||(a%400==0)) ret = 1; ^