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