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,表示需要输出当前队头元素。如果此时队列内没有元素,则输出 -1
  • 如果 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
2
2
3

数据规模与约定

对于 100%100\% 的数据,保证 1n1001\le n \le 1001opi31\le op_i \le 31xi10001\le x_i \le 1000

2023暑假NOIP模拟赛3

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
11
Start at
2023-11-1 14:00
End at
2023-11-1 20:00
Duration
6 hour(s)
Host
Partic.
18