You are given an array of numbers and queries. In each query, , find of all numbers except the range .
Input format
Output format
For each test case, print the answer as described in the problem statement.
Example
Let the array be and you are given a query , then print the of all the array without the range .
Hence, the answer will be {XOR}.
Constraints
In the first test case, the XOR of the array without the numbers in the range . So, compute XOR of it equals to .