PROGRAMMING:ZF series lost
Walking out of the cave, ZF didn't see the gentle sunshine, surrounded by a thick fog, but he found the number left by his ancestors at his feet, and he learned the mystery of the thick fog through the number.
If the number left by our ancestors is 0 for 4, it means that it is the right way to go from north. 1 corresponds to the south, 2 to the East, and 3 to the West.
In English
To the north
To the south
To the east
To the west
express
###Input format:
A number n
###Output format:
Output direction
###Input example:
Here is a set of inputs. For example:
```in
0
one
two
three
```
###Output example:
The corresponding output is given here. For example:
```out
To the north
To the south
To the east
To the west
```
Tips
This group of test data input to the end of the file remember to use= EOF
answer:If there is no answer, please comment
If the number left by our ancestors is 0 for 4, it means that it is the right way to go from north. 1 corresponds to the south, 2 to the East, and 3 to the West.
In English
To the north
To the south
To the east
To the west
express
###Input format:
A number n
###Output format:
Output direction
###Input example:
Here is a set of inputs. For example:
```in
0
one
two
three
```
###Output example:
The corresponding output is given here. For example:
```out
To the north
To the south
To the east
To the west
```
Tips
This group of test data input to the end of the file remember to use= EOF
answer:If there is no answer, please comment