Print numbers from 1 to n without the help of loops.
Input:
The first line of the input contains T, denoting the number of testcases. First line of test case contains an integer n.
Output:
For each test case, print numbers from 1 to n in newline.
Constraints:
1 <=T<= 100
1 <=N<= 990
Example:
Input:
1
10
Output:
1 2 3 4 5 6 7 8 9 10
blackshadows | 242 |
layman_brother | 234 |
xmyqsh | 220 |
Adarsh Trivedi | 205 |
hanuman001 | 200 |
blackshadows | 724 |
xmyqsh | 561 |
aman19 | 402 |
r0c2048 | 360 |
mb1973 | 335 |
akhayrutdinov | 5005 |
Ibrahim Nash | 4875 |
Quandray | 4338 |
sanjay05 | 3668 |
blackshadows | 3228 |