- Time limit: 1.00 s
- Memory limit: 512 MB
Given an array of integers, your task is to process queries of the form: how many integers satisfy and ?
Input
The first line has two integers and : the number of values and queries.
The second line has integers : the array values.
Finally, there are lines describing the queries. Each line has four integers , , and : how many integers satisfy and ?
Output
Print the result of each query.
Constraints
Example
Input:
8 4 3 2 4 5 1 1 5 3 2 4 2 4 5 6 2 9 1 8 1 5 3 3 4 4
Output:
2 0 8 1