

1) A year is said to be a leap year if it has 366 days. Normal years have 365 days.
2) The integer 'N' does not contain any leading zeros.
The first line of the input contains an integer T denoting the number of test cases.
The first and the only line of each test case contains an integer 'N', denoting the year.
For each test case, return “Yes” if the input year is a leap year otherwise “No”.
You do not need to print anything, it has already been taken care of. Just implement the given function.
1 <= T <= 100
1000 <= N <= 9999
Time limit: 1 sec
Pair Product Div by K
Pair Product Div by K
Merge Two Sorted Arrays Without Extra Space
Merge Two Sorted Arrays Without Extra Space
Co-Prime
First Digit One
Special Digit Numbers