Skip to content

Commit bc8ac11

Browse files
authored
Update Study_BOJ_12865_평범한배낭.py
1 parent 0aa40bc commit bc8ac11

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_WeeklyChallenges/W02-[DP]/Study_BOJ_12865_평범한배낭.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# BOJ #12865. 평범한 배낭 (골드5)
2-
1+
'''
2+
BOJ #12865. 평범한 배낭 (골드5)
3+
https://www.acmicpc.net/problem/12865
4+
유형: Dynamic Programming(DP), Knapsack
5+
'''
36
import sys
47
input = sys.stdin.readline
58

0 commit comments

Comments
 (0)