Skip to content

Commit

Permalink
[week-14] fix 2629.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wimmings committed Apr 24, 2024
1 parent 28b253b commit 96b5827
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions week14/wimmings/2629.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ int w[32];

int m;
bool dp[32][40002];
/*
이게 어떻게 냅색문제일까?
*/

int main() {
ios::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL);
Expand Down

0 comments on commit 96b5827

Please sign in to comment.