#ENGLISHP12. Maximum Product of Sequence
Maximum Product of Sequence
Description
Find a sequence of M positive numbers with the maximum product, while the sum of them is N.
Input Format
Two positive integers M (M <= 10) and N (N <= 100).
Output Format
One line contains M integers.
3 8
2 3 3