Preparando MOJI
You are given a positive integer $$$n$$$. Please find an array $$$a_1, a_2, \ldots, a_n$$$ that is perfect.
A perfect array $$$a_1, a_2, \ldots, a_n$$$ satisfies the following criteria:
Each test contains multiple test cases. The first line contains the number of test cases $$$t$$$ ($$$1 \le t \le 200$$$). The description of the test cases follows.
The only line of each test case contains a single positive integer $$$n$$$ ($$$1 \le n \le 200$$$) — the length of the array $$$a$$$.
For each test case, output an array $$$a_1, a_2, \ldots, a_n$$$ that is perfect.
We can show that an answer always exists. If there are multiple solutions, print any.
71234567
1 2 4 1 2 3 2 8 6 4 3 4 9 4 5 1 10 18 8 5 36 3 6 21 24 10 6 14
In the third test case:
In the fifth test case: