#P10822. [EC Final 2020] Prof. Pang's sequence
[EC Final 2020] Prof. Pang's sequence
题目描述
Prof. Pang is given a fixed sequence and queries.
Each query is specified by two integers and satisfying . For each query, you should answer the number of pairs of integers such that and the number of distinct integers in is odd.
输入格式
The first line contains a single integer ().
The next line contains integers ( for all ) separated by single spaces.
The next line contains a single integer ().
Each of the next lines contains two integers and () separated by a single space denoting a query.
输出格式
For each query, output one line containing the answer to that query.