Skip to content

[20260225] BOJ / G5 / 갤러리 / 이인희#1967

Merged
ShinHeeEul merged 1 commit intomainfrom
LiiNi-coder
Feb 25, 2026
Merged

[20260225] BOJ / G5 / 갤러리 / 이인희#1967
ShinHeeEul merged 1 commit intomainfrom
LiiNi-coder

Conversation

@LiiNi-coder
Copy link
Contributor

🧷 문제 링크

https://www.acmicpc.net/problem/2115

🧭 풀이 시간

46 분

👀 체감 난이도

✏️ 문제 설명

  • 기본적인 1벽 0빈칸 맵이 주어지고, 빈칸 입장에서 벽에 2짜리 길이의 선분 그림을 놓을수있을때 최대 개수

🔍 풀이 방법

  • 단순 for문

⏳ 회고

  • 2 3 이렇게 받는 인풋에서 String[] token = br.readLine().split() 방식 말고도 StringTokenizer st = new StringTokenizer(br.readLine()) 해도 된다. 이러면 [0] [1] 이렇게 숫자 안붙여도 되어서 실수가 적어짐

@LiiNi-coder LiiNi-coder added the success 👍 해설을 보지 않고 풀었을 때 label Feb 25, 2026
@ShinHeeEul ShinHeeEul merged commit 76011e9 into main Feb 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

success 👍 해설을 보지 않고 풀었을 때

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants