Problem: Vupsen and Pupsen were gifted an integer array. Since Vupsen doesn't like the number , he threw away all numbers equal to from the array. As a result, he got an array of length .
Pupsen, on the contrary, likes the number and he got upset when he saw the array without zeroes. To cheer Pupsen up, Vupsen decided to come up with another array of length such that . Since Vupsen doesn't like number , the array must not contain numbers equal to . Also, the numbers in that array must not be huge, so the sum of their absolute values cannot exceed . Please help Vupsen to find any such array !
Input Format: The first line contains a single integer () — the number of test cases. The next lines contain the description of test cases. The description of each test case consists of two lines.
The first line of each test case contains a single integer () — the length of the array.
The second line contains integers (, ) — the elements of the array .
It is guaranteed that the sum of over all test cases does not exceed .
Output Format: For each test case print integers — elements of the array (, , ).
It can be shown that the answer always exists.
Note: In the first test case, . You could also print , for example, since
In the second test case, .