-->
当前位置:首页 > 题库

PROGRAMMING:Leap year judgment

Luz5年前 (2021-05-10)题库456
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