PROGRAMMING:Finding numbers satisfying conditions (Cixi, 2007)
Input n (n < = 32767), output integers within n (including n), so that the sum of the numbers is 15, and output 8 numbers per line. The output field width is 6
###Input format:
Only one integer n is included
###Output format:
The number that meets the condition.
###Input example:
```in
ninety-eight
```
###Output example:
```out
69 78 87 96
```
answer:If there is no answer, please comment
###Input format:
Only one integer n is included
###Output format:
The number that meets the condition.
###Input example:
```in
ninety-eight
```
###Output example:
```out
69 78 87 96
```
answer:If there is no answer, please comment