-->
当前位置:首页 > 题库 > 正文内容

PROGRAMMING:Validity of date

Luz3年前 (2021-05-10)题库362
Enter the value of year, month and day of a day, and output whether the day is a legal date (the expression will be very long).
#####Input format:
Enter three integers for the year, month, and day.
#####Output format:
Output yes or no.
#####Input example:
```in
2049 5 31
```
###Output example:
```out
YES
```
#####Input example:
```in
2100 2 29
```
###Output example:
```out
NO
```







answer:If there is no answer, please comment

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。