Skip to content

Commit

Permalink
주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mwy3055 committed Jul 30, 2023
1 parent a0def07 commit 68196bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion baekjoon/cpp/c++/12920.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ struct thing
int n, m;
std::vector<thing> things;

int dp[1501][10001];
// 물건이 최대 14개로 쪼개짐
int dp[1400][10001];

void getinput()
{
Expand Down

0 comments on commit 68196bb

Please sign in to comment.