The first line contains one integer $T \ (1 \le T \le 15)$, which represents the number of testcases.
For each testcase, there are two lines:
1. The first line contains one integer denoting the value of $n \ (1 \le n \le 100)$.
2. The second line contains $n$ integers $a_1, \ldots ,a_n\ (1 \le a_1, \ldots ,a_n \le 2\times 10^9)$, which denote these $n$ positive integers.