CF BUDDY
← Problems·

1593D1 · All are Same

1100 · math, number theory

Problem: This problem is a simplified version of D2, but it has significant differences, so read the whole statement.

Polycarp has an array of nn (nn is even) integers a1,a2,,ana_1, a_2, \dots, a_n. Polycarp conceived of a positive integer kk. After that, Polycarp began performing the following operations on the array: take an index ii (1in1 \le i \le n) and reduce the number aia_i by kk.

After Polycarp performed some (possibly zero) number of such operations, it turned out that all numbers in the array became the same. Find the maximum kk at which such a situation is possible, or print 1-1 if such a number can be arbitrarily large.

Input Format: The first line contains one integer tt (1t101 \le t \le 10) — the number of test cases. Then tt test cases follow.

Each test case consists of two lines. The first line contains an even integer nn (4n404 \le n \le 40) (nn is even). The second line contains nn integers a1,a2,ana_1, a_2, \dots a_n (106ai106-10^6 \le a_i \le 10^6).

It is guaranteed that the sum of all nn specified in the given test cases does not exceed 100100.

Output Format: For each test case output on a separate line an integer kk (k1k \ge 1) — the maximum possible number that Polycarp used in operations on the array, or 1-1, if such a number can be arbitrarily large.

Sample Cases

Case 1

Input

3
6
1 5 3 1 1 5
8
-1 0 1 -1 0 1 -1 0
4
100 -1000 -1000 -1000

Output

2
1
1100

Similar problems

00:00:00
Loading editor…
Welcome! I'm your coding tutor for this problem. Use the chips below to reveal stored hints or get AI feedback on your code. I'll guide you step by step — never giving away the solution.

Sign in to unlock AI tutor feedback