The first line of the input file contains an integer $T\left( 1\leq T\leq 200\right)$, which indicates the number of test cases.
For each test case, there are two lines.
The first line includes two integers $N\left(1\leq N\leq 100 \right)$ and $K\left(1\leq K\leq 1000 \right)$,indicating the number of the chemicals and the number of the boxes.
The second line includes $N$ integers $c[i]\left( 0\leq c[i]\leq N-1\right)$.