Fito is a successful businessman who finances young
software developers when they start working on their projects. This year, he decided to distribute K Cuban pesos (CUP) to N projects in a way that each project gets at least one peso and all
projects get a different amount of pesos. This will always be possible.

Write a program which will, for a given N and K, find one possible distribution of K Cuban pesos to N projects.
Output
For a chosen money distribution, output the amount of money the first project will get in the first line,
the amount of money the second project will get in the second line and so on until the N-th line where
you should output the amount of money the N-th project will get.