Description Input第一行一个数d 表示一共d组数据, 1 <= d <= 10. 接下来d 行表示长度 n1, n2, ..., nd, 1 <= ni <= 10.000. Output输出d行每行一个最优置换. Sample Input2 5 14 Sample Output2 1 4 5 3 2 3 1 5 6 7 4 9 10 11 12 13 14 8 HintSource