-->
当前位置:首页 > 题库

PROGRAMMING:Finding numbers satisfying conditions (Cixi, 2007)

Luz5年前 (2021-05-10)题库479
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