The first line contains only one integer T ($1\leq T\leq 100$), which indicates the number of test cases.
For each test case, there is only one line describing the given integers n and k ($1\leq 2k \leq n \leq10000$).
For each test case, output one line “Case #x: $p_1\ p_2\ \cdots \ p_n$”, where x is the case number (starting from 1) and $p_1\ p_2\ \cdots \ p_n$ is the answer.
Case #1: 4 1 3 2
Case #2: 2 4 1 3