Problem Description
A = 2020
Input 2:
A = 2021
1
Output 2:
0
Year 2020 is leap year
Explanation 2:
Year 2021 is not a leap year
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.