|
||||||||||
Problem SelectTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 712 Accepted Submission(s): 343 Problem Description HOJ is an online judge system for students in HIT to practice. As the administrator, you would always setup contests by selecting problems from the problem set. Problem IDs are integers that can be phased by url. For example, the corresponding problem ID of url http://acm.hit.edu.cn/problemset/1001 is 1001. Now the task is, given n urls, print the smallest k problem IDs in increasing order. Input The first line of the input contains one integer T (1 ≤ T ≤ 10), indicating the number of test cases. For each test case, the first line contains two integers, n (1 ≤ n ≤ 1000) and k (1 ≤ k ≤ n). For the next n lines,each line contains a string indicating the problem’s url. The problem ID is guaranteed to be in range [1,10000] and unique in each case. Output Output T lines. For each test case, you should output k numbers in a line, and there shouldn’t be any spaces at the end of the line. Sample Input
Sample Output
Source | ||||||||||
|