[20250204] BOJ / 실버2 / 별찍기 - 22 / 설진영 #38
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/10997
🧭 풀이 시간
60분
👀 체감 난이도
✏️ 문제 설명
모양 관찰하고 규칙찾아서 별찍기
🔍 풀이 방법
가로세로 길이, 시작좌표, 경향성 모두 적어서 규칙 찾고(점화식) 그대로 구현
⏳ 회고
집 중 해 서 신 중 하 게 하 자 . 틀 리 면 디 버 깅 하 는 거 보 다 다 시 짜 는 게 더 빠 를 수 도 있 다 .