The first line contains an integer $T$ indicating there are $T$ tests.
Each test consists of three lines. The first line contains one positive integer $N$ denoting the length of arrays $a, b, c$. The second line describes the array $a$. The third line describes the array $b$.
* $T \le 1000$
* $1 \le N \le 10^5$
* integers in arrays $a$ and $b$ are in the range of $[0, 2^{30})$.
* at most $6$ tests with $N > 100$