[20251019] BOJ / P3 / 교수님은 기다리지 않는다 / 김민진 #1164
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🧷 문제 링크
교수님은 기다리지 않는다
🧭 풀이 시간
70분
👀 체감 난이도
✏️ 문제 설명
!:a와b의 무게 차이가 주어짐?:a와b의 무게가 얼마나 차이나는지 출력. 모르면UNKNOWN간접적으로 알 수 있는 경우에도 출력해야함
e.g.
a,b의 대소 관계를 알고b,c의 대소관계를 알고 있을 때a와c의 대소관계도 알 수 있음🔍 풀이 방법
얼핏 보고 세그트리인가 했는데 연결 관계가 동적이라 불가능
가중치 있는 분리집합으로 풀었습니다
⏳ 회고
지금 보니
weight는long으로 선언해야 할 듯