Construct an array of size with 0s and 1s such that the number of inversions in the array is equal to .
Input format
The first and only line of input contains three space-separated integers - , , and .
Output format
Print space-separated lexicographically smallest array that satisfies the constraints. If there is no valid answer, print .
Constraints
Note
have 1 inversion.