강의

멘토링

커뮤니티

Inflearn Community Q&A

pkpete184578's profile image
pkpete184578

asked

Introduction to Algorithm Problem Solving for IT Employment (with C/C++): Coding Test Preparation

73. Max Heap (STL priority_queue: priority queue)

73. 최대힙

Written on

·

267

0

안녕하십니까,

우선순위 큐로 짰는데 시관초과 되서, 

강사님의 코드로 했는데 문제 3,4,5가 초과 됩니다.

확인 부탁드립니다!!

C++코테 준비 같이 해요!

Answer 2

0

Release로 빌드해서 넣어보세요.

0

codingcamp님의 프로필 이미지
codingcamp
Instructor

안녕하세요. 

제가 드린 채점기는 채점하는 컴퓨터의 성능에 따라 시간초과가 날 수 있습니다.

영상에서 제가 짠 코드가 시간초과난다면 채점하는 컴퓨터 성능때문이라 생각하세요.

pkpete184578's profile image
pkpete184578

asked

Ask a question