| TheForces Round #40 (Maths-Forces) |
|---|
| Finished |
You are given an integer $$$n$$$, and you need to construct an array $$$a$$$ of size $$$n$$$ satisfying:
The first line contains a single integer $$$t$$$ ($$$1 \le t\le 10^3$$$), the number of test cases.
The only line of each test case contains an integer $$$n$$$ ($$$1\le n\le 10^5$$$).
It is guaranteed that the sum of $$$n$$$ over all test cases will not exceed $$$10^5$$$.
For each test case, output $$$n$$$ integers — the array you construct.
If there are multiple solutions, print any of them.
3234
2 3 5 3 2 2 3 5 7
| Name |
|---|


