The first line contains an integer $T$ . Then $T$ test cases follow.
Each test case contains three lines.
The first one contains an integer $n(1\leq n\leq {2}^{18})$ — length of the array $a$.
The second one contains $n$ integers $A_0,A_1,A_2,...,A_{n-1}(|A_i|\leq {10}^9)$
The third one contains $n$ integers $B_0,B_1,B_2,...,B_{n-1}(|B_i|\leq {10}^9)$
$\sum n \leq 2^{19}$