PROGRAMMING:the day after tomorrow
If today is Wednesday, the day after tomorrow is Friday; If today is Saturday, the day after tomorrow is Monday. We use numbers 1 to 7 for Monday to Sunday. Given a certain day, please output the day after tomorrow.
###Input format:
The first line of input gives a positive integer'd '(1 $$$Le $$'d' $$Le $$7), representing a day of the week.
###Output format:
The day after tomorrow is the day of the week.
###Input example:
```in
three
```
###Output example:
```out
five
```
answer:If there is no answer, please comment
###Input format:
The first line of input gives a positive integer'd '(1 $$$Le $$'d' $$Le $$7), representing a day of the week.
###Output format:
The day after tomorrow is the day of the week.
###Input example:
```in
three
```
###Output example:
```out
five
```
answer:If there is no answer, please comment