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

PROGRAMMING:Black 13

Luz5年前 (2021-05-10)题库447
The number of $$13 ~ ~ makes people feel very uncomfortable ~ ~ it's an unusual day.
Now you can calculate the number of days from Monday to Sunday for the next $$n $$year.
Assume that the current date is Monday, January, 1900.
###Input format:
In one line, give an n $$\ left (1 / Leq n / Leq 500 / right) $.
###Output format:
Seven integers, the first represents the number of days on Saturday, the second represents the number of days on Sunday, and the third represents the number of days on Monday......
######Don't output extra spaces at the beginning and end of the line.
###Input example:
```in
twenty
```
###Output example:
The corresponding output is given here. For example:
```out
36 33 34 33 35 35 34
```






answer:If there is no answer, please comment