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