Toggle navigation
PIPIOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem1538--ST table exercise
1538: ST table exercise
Time Limit:
2 Sec
Memory Limit:
128 MB
Submit:
22
Solved:
11
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
给出长度为
的数组
回答
个操作,每个查询给出两个整数
,输出
Input
第一行两个整数
第二行
个整数
接下来
行每行一个查询。
保证
Output
对于每个输出操作,输出对应的结果,占一行。
Sample Input
5 2 1 2 3 4 5 1 2 1 5
Sample Output
2 5
Source/Category