Problem :
Bajirao asks Avni out on a date. However, Avni will go out with him only on one condition :
Bajirao has to tell her all possible N - digit numbers such that all the digits of every number he tells her are distinct , non-zero and less than or equal to N.
Also, he has to tell her all these numbers in ascending order. Help Bajirao so that he can take Avni out on a date.
Input
First line consists of T the number of test cases. The next T lines are such that each line consists of a single integer N.
Output
For every test case, print all the numbers Bajirao tells Avni, such that the numbers are in ascending order and every number is separated from the other by a single space. Print the answer to every test case on a new line.
Constraints :
1<=T<=3
1<=N<=9