Problems
Ada and John are best friends. Since they are getting bored, Ada asks John to solve a puzzle for her.
A set
Ada has a list of distinct integers
Note: The sets
Input
The first line of the input gives the number of test cases,
The first line of each test case contains two integers
The next line contains
Output
For each test case, output one line containing
Case #,
where
Example
2
3 2
1 2 3
6 4
2 7 11 19 5 3
Case #1: 2 1 2
Case #2: 4 4 4 4 3 4