Problem F
99 Problems
You’re creating problems for competitive
programming practical examination, but you’re told your
problems are either too hard or too easy. Fortunately, you’ve
got 99 problems and coming up with more ain’t one. To decide on
suitable problems, you will discard problems based on their
difficulty.
After coming up with
-
The easiest problem strictly harder than difficulty
. If you have problems of difficulties and students find too hard, you will discard to get . -
The hardest problem not harder than difficulty
. If you have problems of difficulties and students find too easy, you will discard the last to get .
Input
The first line contains two integers
The next line contains
The next
Output
For each problem discarded, print the difficulty
Subtasks
-
(
Points): Sample Input. -
(
Points): , , and . -
(
Points): , and . -
(
Points): and . -
(
Points): and are unique. -
(
Points): No additional constraints.
Warning
The I/O files are large. Please use fast I/O methods.
Sample Input 1 | Sample Output 1 |
---|---|
3 4 10 10 11 1 10 1 10 1 9 1 5 |
11 -1 10 10 |
Sample Input 2 | Sample Output 2 |
---|---|
3 4 10 10 11 2 10 2 10 2 10 2 15 |
10 10 -1 11 |