#ENGLISHP14. Children's Apples
Children's Apples
Description
There are N children. Each child has a positive number, and the numbers are different from each other. Given the sum of all numbers of children. Find a possible assignment.
Input Format
Two positive integers N (N <= 10) and the sum (sum <= 10000).
Output Format
One line contains N integers.
5 24
2 4 5 6 7