Let . A permutation of is called a permutation of the year if it satisfies the following condition.
- For every integer (), is prime. Here, .
Construct a permutation of the year.
Input
The input is given in the following format.
Output
Print a permutation of the year on the first line, separated by spaces.
If there is more than one valid answer, print any of them.
Constraints
- .
Subtasks
Samples
입력
8
출력
1 6 7 4 3 8 5 2
This sample is for reference only and is not included in the actual judge data.