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

PROGRAMMING:What day is that day?

Luz5年前 (2021-05-10)题库468
Enter a date string, such as 2020-12-2, and the programming implementation tells me what day of the week it is, and then what day of the year it is?
###Input format:
Enter a string date on one line, for example, 2020-4-4
###Output format:
Output, in a row output weeks
The other line of output is the day of the year
###Input example:
Here is a set of inputs. For example:
```in
2020-11-17
```
###Output example:
The corresponding output is given here. For example:
```out
two
three hundred and twenty-two
```







answer:If there is no answer, please comment