PROGRAMMING:Leap year judgment
Enter year to determine whether it is a leap year.
###Input format:
Enter year n.
###Output format:
If it is a leap year, output yes, otherwise output No.
###Input example:
Here is a set of inputs. For example:
```in
two thousand
```
###Output example:
The corresponding output is given here. For example:
```out
YES
```
answer:If there is no answer, please comment
###Input format:
Enter year n.
###Output format:
If it is a leap year, output yes, otherwise output No.
###Input example:
Here is a set of inputs. For example:
```in
two thousand
```
###Output example:
The corresponding output is given here. For example:
```out
YES
```
answer:If there is no answer, please comment