Problem D. Kth number

时间限制 5000 ms   内存限制 32 MB

Give you a sequence and ask you the kth big number of a inteval.
 

输入数据

The first line is the number of the test cases.
For each test case, the first line contain two integer n and m (n, m <= 100000), indicates the number of integers in the sequence and the number of the quaere.
The second line contains n integers, describe the sequence.
Each of following m lines contains three integers s, t, k.
[s, t] indicates the interval and k indicates the kth big number in interval [s, t]
 

输出数据

For each test case, output m lines. Each line contains the kth big number.
 

样例输入

复制
1 
10 1 
1 4 2 3 5 6 7 8 9 0 
1 3 2

样例输出

提交

请先 登录

© 2025 FAQs Contact About