0_0_34397807_11247.cpp: In function 'bool is_valid(int, int, int)':
0_0_34397807_11247.cpp:16:13: error: 'isr' was not declared in this scope
if(isr(year)&&day>month2[month])return false;
^
0_0_34397807_11247.cpp:17:14: error: 'isr' was not declared in this scope
if(!isr(year)&&day>month1[month])return false;
^
0_0_34397807_11247.cpp: In function 'int main()':
0_0_34397807_11247.cpp:37:19: error: 'isr' was not declared in this scope
sum=(isr(year)?month2[month]:month1[month])-day;
^
0_0_34397807_11247.cpp:53:19: error: 'isr' was not declared in this scope
sum=(isr(1751)?month2[month]:month1[month])-day;
^
0_0_34397807_11247.cpp:73:20: error: 'isr' was not declared in this scope
sum+=isr(1752)?month2[i]:month1[i];
^
0_0_34397807_11247.cpp:77:17: error: 'isr' was not declared in this scope
sum+=isr(i)?366:365;
^
0_0_34397807_11247.cpp:81:20: error: 'isr' was not declared in this scope
sum+=isr(year)?month2[i]:month1[i];
^
0_0_34397807_11247.cpp:90:20: error: 'isr' was not declared in this scope
sum+=isr(1752)?month2[i]:month1[i];
^
|