#Lutece0667. Cookiezi's perfect OSU class
Cookiezi's perfect OSU class
Migrated from Lutece 667 Cookiezi's perfect OSU class
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
OSU is a music game.
Cookiezi is an OSU player.There're beatmaps in his computer.
There're so many beatmaps that Cookiezi doesn't want to play them all within today.So he decides to choose beatmaps.
He comes up with an idea to choose those beatmaps.
- Put all beatmaps into sequence One and number them from to ;
- Get out those beatmaps which are in odd position of the sequence One to form a new sequence Two;
- Let the remaining beatmaps to form a new sequence Three;
- Add the sequence Two to the tail of the sequence Three to form a new sequence One.
- repeat step for times.
After all steps above,he chooses the first beatmaps to play.
Now , are given.Cookiezi wants you to tell him what beatmaps he will choose.
Notice:the first position of a sequence is numbered ,the second is ,and so on.
Input
In the first line there's a integer () means the number of cases.
In the next lines there're integer (, , , )
Output
For every case,you should output numbers,representing the beatmaps Cookiezi will choose. A space must be output between every two numbers.There shouldn't be any other space at the end of each line.
Samples
3
5 1 2
5 2 2
4 3 3
2 4
4 3
3 1 4
Note
In the third sample.
- After times :
1 2 3 4
- After times :
2 4 1 3
- After times :
4 3 2 1
- After times :
3 1 4 2
So print 3 1 4
Resources
135678942570