The first line contains an integer $T$ $(1\le T\le 2000)$ representing the number of test cases.
For each test case, the first contain three integers $n,x,y$$(1 \le n \le 10^3 , 1
\le x,y \le 10^9)$ representing the number of piles, the number of stones Jslj can't remove, the number of stones Penguin can't remove.
The second line contain n integers $a_i$$(1 \le a_i \le 10^9)$, $a_i$ is the number of stones in the $i$-th pile.