10941094
The first line contains an integer T(0<T<=10), which is the number of test cases.
For each case contain two lines. The first line contains two numbers n(1<=n<=1000) and m(1<=m<=10^9), n is the size of array A. m is the specified target.
The second line contains n integers: a1, a2, ... an (1<=ai <= 10^9 , 1 <= i <= n).
1
4 4
1 1 1 1
Y
Median Problem