[20260302] BOJ / G3 / 스티커 붙이기 / 김민진#1987
Merged
ShinHeeEul merged 1 commit intomainfrom Mar 2, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🧷 문제 링크
스티커 붙이기
🧭 풀이 시간
50분
👀 체감 난이도
✏️ 문제 설명
노트북에 스티커를 순서대로 붙임
스티커를 붙일 수 있는 위치를
(0, 0)부터 찾음 - 붙일 수 있으면 붙이고 안 되면 시계방향으로90°돌림다시
(0, 0)부터 찾고 붙일 수 없는 경우 돌림스티커를 붙일 수 없으면 다음 스티커로 넘어간다
모든 스티커를 다 확인했을 때 노트북에 스티커가 차지하는 넓이는?
🔍 풀이 방법
구현
문제에서 지시하는 대로 구현하면 됨
⏳ 회고
구현 문제는 항상 귀찮은데 완성하면 뿌듯하긴 하네요