Skip to content

[20260214] BOJ / G5 / 호텔 / 이인희#1933

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

[20260214] BOJ / G5 / 호텔 / 이인희#1933
ShinHeeEul merged 1 commit intomainfrom
LiiNi-coder

Conversation

@LiiNi-coder
Copy link
Contributor

🧷 문제 링크

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

🧭 풀이 시간

55 분

👀 체감 난이도

✏️ 문제 설명

  • 투자 대비 고객이 얼마나 오는지 정보들이 주어지고, C명이상을 유치하기위해 최소 투자비용 출력

🔍 풀이 방법

  • dp[x] = 고객 수 정확히 x를 만족하는 최소 비용

⏳ 회고

  • 이전 2~3일 공백은 모두 코테였습니다.
  • dp연습문제

@LiiNi-coder LiiNi-coder added the success 👍 해설을 보지 않고 풀었을 때 label Feb 14, 2026
@ShinHeeEul ShinHeeEul merged commit 81144c7 into main Feb 14, 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