Special Triplets

Limits 1s, 512 MB

You will be given an integer XX. You have to print any three integers greater than 0 and lesser than XX such that they add up to XX.

Input

The input will contain a single integer XX (3X1003 \le X \le 100).

Output

Print three integers that add up to XX.

Sample

InputOutput
15
5 5 5