The first line of input contains an integer T(1<=T<=10) which is the total number of test cases.
For each test case, there are two lines.
The first line contains a integer n, \(n <= 100000\).
The second line contains n integers, representing the sequence {\(a[i]\)} (1<=\(a_i\)<=100000)
2
10
1 4 4 3 2 8 9 4 5 7
5
1 8 6 2 4
1 4 7
1 4