A Huge Wave Of Professors Is Approaching!

Time Limit: 1000ms
Memory Limit: 32768KB
64-bit integer IO format: %lld      Java class name: Main

Description

Welcome to apply for Zhejiang University.Each ZJU's professor's only admiss one student.And professors' recruitment criteria are different.Professor only recruit the student whoes exam result is between A and B,including A and B.And then professor will choose the student with the highest exam result in these students.Please output this lucky student's exam result.And then the next professor will continue to recruit student from the rest of the students.

Input

The input consists one test case.The first line contains an integer n(n<=300),which means the number of students.The second line contains n integers means the exam results of these n students.As you know,full mark is 500.The third line contains an integer m,which means the number of professors.Then follows m lines,each line contains two integer,A and B(0<=A,B<=500),which means professor's recruitment criteria.

Output

For each test case, you should output m lines with the recruited student's exam result.If no student meet professor's requirement,you should output -1.

Sample Input

7
306 304 389 342 343 355 302
4
350 390
380 400
307 303
500 400

Sample Output

389
-1
306
-1

Author

Admin
Language: 
Theme: 
Share Code? 

Powered by NB231 | Current Style: .