You have an array of N integers . Consider a N x N matrix such that . Here indicates bitwise xor operator.
You have been given Q queries. Each query consists of four integers which denotes a submatrix with () as their top-left corner and () as their bottom-right corner such that and . For each of the query, you have to print summation of all integers lying in queried submatrix.
INPUT:
First line of input consists of integer N. Next line consist of N space separated integers denoting array . Next line consists of integer Q denoting total number of queries. Next Q lines consist of four integers denoting the queried submatrix.
OUTPUT:
For each of the query, print a single number in a separate line which denotes summation of all the numbers lying in queried submatrix.
CONSTRAINTS:
Matrix A is as follows: