Omkar and Completion

TimeLimit:1000MS  MemoryLimit:256MB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
Problem Description

You have been blessed as a child of Omkar. To express your gratitude, please solve this problem for Omkar!


An array a of length n is called complete if all elements are positive and don't exceed 1000, and for all indices x,y,z (1≤x,y,z≤n), ax+ay≠az (not necessarily distinct).


You are given one integer n. Please find any complete array of length n. It is guaranteed that under given constraints such array exists.


Input

Each test contains multiple test cases. The first line contains t (1≤t≤1000)  — the number of test cases. Description of the test cases follows.


The only line of each test case contains one integer n (1≤n≤1000).


It is guaranteed that the sum of n over all test cases does not exceed 1000


Output

For each test case, print a complete array on a single line. All elements have to be integers between 1 and 1000 and for all indices x,y,z (1≤x,y,z≤n) (not necessarily distinct), ax+ay≠az must hold.


If multiple solutions exist, you may print any.


SampleInput
2
5
4
SampleOutput
1 5 3 77 12
384 384 44 44
Note

It can be shown that the outputs above are valid for each test case. For example, 44+44≠384. Below are some examples of arrays that are NOT complete for the 1st test case: [1,2,3,4,5] Notice that a1+a2=a3. [1,3000,1,300,1] Notice that a2=3000>1000..

Submit
题目统计信息详细
总AC数23
通过人数18
尝试人数18
总提交量25
AC率72.00%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: