Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++。 動態數據結構
优先队列:priority_queue
Module:
优先队列:priority_queue
Problem
2
/3
最大支持
Problem
给定一个数字序列。对于每个数字,显示输入时的当前最大值。
输入
先给出
N
个数(数列的个数,1<=N<=100000),然后是
N
个数。分区>
输出
打印当前高点。
例子
<头>
#
输入
输出
东西> <正文>
1
7
4 2 5 -1 4 6 2
4
4
5
5
5
6
6
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary