There are n(1 <= n <= 100000) intervals [ai, bi] and m(1 <= m <= 100000) queries, -100000 <= ai <= bi <= 100000 are integers.
Each query contains an integer xi(-100000 <= x <= 100000). For each query, you should answer how many intervals convers xi.
2
3 4
1 3
1 2
2 3
0
1
2
3
1 3
0 0
-1
0
1
0
2
3
2
0
1
0