#P1047A. Little C Loves 3 I
Little C Loves 3 I
Description
Little C loves number «3» very much. He loves all things about it.
Now he has a positive integer . He wants to split into positive integers , such that and none of the integers is a multiple of . Help him to find a solution.
A single line containing one integer () — the integer Little C has.
Print positive integers in a single line, such that and none of them is a multiple of .
It can be proved that there is at least one solution. If there are multiple solutions, print any of them.
Input
A single line containing one integer () — the integer Little C has.
Output
Print positive integers in a single line, such that and none of them is a multiple of .
It can be proved that there is at least one solution. If there are multiple solutions, print any of them.