From 96b58270768a386b87b61a0bf18b1210557dce80 Mon Sep 17 00:00:00 2001 From: Suyoung Oh Date: Wed, 24 Apr 2024 21:28:18 +0900 Subject: [PATCH] [week-14] fix 2629.cpp --- week14/wimmings/2629.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/week14/wimmings/2629.cpp b/week14/wimmings/2629.cpp index ef6d6cd..31f6442 100644 --- a/week14/wimmings/2629.cpp +++ b/week14/wimmings/2629.cpp @@ -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);