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

PROGRAMMING:What is the date of the year

Luz5年前 (2021-05-10)题库384
Enter any date in year month day format, and output the day of the year.
###Input format:
Enter a date in any year month day format.
###Output format:
Output the date of the year.
###Input example:
Here is a set of inputs. For example:
```in
2020-11-11
```
###Output example:
The corresponding output is given here. For example:
```out
dayofyear = 315
```







answer:If there is no answer, please comment