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

Submit

Login to submit.

Statistics

90% Solution Ratio
ApuOrghoEarliest, Dec '22
codesany001Fastest, 0.0s
samiunniloyiitLightest, 4.9 MB
Nusab19Shortest, 17B
Toph uses cookies. By continuing you agree to our Cookie Policy.