##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
| # | Title | Points | Solved | Admin | |
|---|---|---|---|---|---|
You are given an integer .
Your task is to construct a permutation of the numbers such that for every with , the value is a power of two.
The number is not considered a power of two.
It is guaranteed that for every test case satisfying the constraints, at least one valid permutation exists.
For each test case, the printed sequence must be a valid permutation of the numbers .
If there are multiple valid answers, you may print any of them.
For , . For , . All obtained values are powers of two.
For , . For , . For , . All obtained values are powers of two.
For , . For , . For , . For , . All obtained values are powers of two.
For , . For , . For , . For , . For , . All obtained values are powers of two.