The input contains an integer --- the length of the beautiful array.
Output a beautiful array of length . If there are multiple answers, output any. If there is no beautiful array of length , output .
4
1 2 1 0
In Example 1, or are both beautiful array of length , and you can output any of them.
2
-1