[20251101] BOJ / P2 / RPG Extreme / 한종욱 #1288
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.
🧷 문제 링크
https://www.acmicpc.net/problem/17081
🧭 풀이 시간
240분
👀 체감 난이도
✏️ 문제 설명
제시된 것을 게임을 구현하라
🔍 풀이 방법
⏳ 회고
첫 구현에 그래도 다 만들었다.
2가지를 고려 못했는데,
이 두 가지를 구현했으면 깔끔하게 맞았을 거 같은데 아쉽다.
내부에서
static abstract class는 처음 써봤는데 되네. 신기하다.