[20251028] BOJ / G4 / 주사위 굴리기 / 설진영 #1256
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/14499
🧭 풀이 시간
20분
👀 체감 난이도
✏️ 문제 설명
N×M 지도 위에서 주사위를 굴리는 시뮬레이션. 주사위는 6개 면을 가지며 초기값은 모두 0. 명령에 따라 동서남북으로 굴리면서:
🔍 풀이 방법
Dice 클래스로 주사위 상태 관리, 4가지 회전 메서드 구현
시뮬레이션
⏳ 회고
구현이나 시뮬문제는 좀 햇갈릴거같으면 클래스 써서 하면 좋은거 같음