인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

iamthejiheee's profile image
iamthejiheee

asked

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

68. Minimum cost (weighted directed graph adjacency list: vector, STL pair data structure)

마지막 if문

Written on

·

224

1

마지막 if문에서 if ( pos < 1 && pos > 10000)

pos의 범위가 1보다 작거나 10000보다 클 경우에 continue라면,  &&이 아니라 ||으로 해야하지 않나요?

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

Answer 1

0

codingcamp님의 프로필 이미지
codingcamp
Instructor

네. 맞습니다. 영상 수정해 놓겠습니다. 감사합니다^^

iamthejiheee's profile image
iamthejiheee

asked

Ask a question