A positive integer X is a cool number if it satisfies the following conditions:
For example:
The first line contains an integer T (1 ≤ T ≤ 10) denoting the number of tests. Then T tests follow, each test case consists of only one number k.
For each test case, print out all the cool numbers in one line in increasing order, separated by a single space. If there is no cool number, output -1
2
1
5
-1
21200
| Название |
|---|


