Nadan
Alongside being a palindrome, Nadan is also a successful businessman who finances young software developers when they start working on their projects. This year, he decided to distribute kunas (Croatian currency) to projects in a way that each project gets at least one kuna and all projects get a different amounts of kunas. This will always be possible. Write a program which will, for a given and , find one possible distribution of kunas to projects.
Input
The first line contains a positive integer (), number from the task description.
The second line contains a positive integer (), number from the task description.
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 -th line where you should output the amount of money the -th project will get.