PROGRAMMING:What day is today?
Today is Monday, two days later is Wednesday, five days later is Saturday; Today is Saturday, three days later is Tuesday.
###Input format:
Enter 2 integers D and N in one line. D is the day of the week (1 < = d < = 7), and N is the days after.
###Output format:
Output the value of the day of the week in a row (1-7).
###Input example:
```in
1 3
```
###Output example:
The corresponding output is given here. For example:
```out
four
```
answer:If there is no answer, please comment
###Input format:
Enter 2 integers D and N in one line. D is the day of the week (1 < = d < = 7), and N is the days after.
###Output format:
Output the value of the day of the week in a row (1-7).
###Input example:
```in
1 3
```
###Output example:
The corresponding output is given here. For example:
```out
four
```
answer:If there is no answer, please comment