| Problem | knapsack |
|---|---|
| User | lykieutrang |
| Submission Time | 2026-02-18 16:05:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
knapsack.cpp: In function ‘int main()’:
knapsack.cpp:31:15: error: storage size of ‘dp’ isn’t constant
31 | static ll dp[K + 1] = {0};
| ^~