The first line contains an integer $T(1 \leq T \leq 10)$representing the number of test cases.
For each test case, the first line contains two integers $n,m(1 \leq n,m \leq2*10^3) $representing the size of the matrix
the next n line followed. the i-th line contains $m$ integers $v_{ij}$$(1 \leq v_{ij} \leq 5*10^3)$representing the value of matrix
It is guaranteed that there are no more than 2 testcases with $n*m>10000$