Type: Default 1000ms 256MiB

优先队列

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

输入 nn,紧接着需要进行 nn 次操作,第 ii 次操作为:“opi,xiop_i, x_i

  • 如果 opi=1op_i = 1,表示需要把 xix_i 放入优先队列。
  • 如果 opi=2op_i = 2,忽略 xix_i,表示需要输出当前优先队列中的最大元素。
  • 如果 opi=3op_i = 3,忽略 xix_i,表示需要把优先队列中的最大元素丢出队列。

输入格式

第一行一个整数 nn
接下来 nn 行,每行都是空格隔开的两个整数,第 ii 行为:“opi,xiop_i, x_i”。

输出格式

对每个操作 22,输出一行一个整数,即这个操作的答案。

7
1 2
1 3
2 1
1 5
2 1
3 1
2 1
3
5
3

数据规模与约定

对于 100%100\% 的数据,保证 1n1061\le n \le 10^61opi31\le op_i \le 3,,1xi1091\le x_i \le 10^9
保证每次操作 2233 时,优先队列里都至少有一个元素。

基础赛

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
13
Start at
2023-12-4 12:30
End at
2023-12-25 8:30
Duration
500 hour(s)
Host
Partic.
46