BlueBook
Given
Remember: A year is a leap year if it is divisible by
Input Specification
Line
Next
Output Specification
Lines 1
or 0
denoting whether 1
if 0
otherwise.
Sample Input
Copy
4
0
4
100
400
Sample Output
Copy
1
1
0
1
Given
Remember: A year is a leap year if it is divisible by
Line
Next
Lines 1
or 0
denoting whether 1
if 0
otherwise.
4
0
4
100
400
1
1
0
1
Comments