| Problem | 01knapsack |
|---|---|
| User | carson |
| Submission Time | 2025-08-12 14:36:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
01knapsack.cpp: In function ‘int main()’:
01knapsack.cpp:17:7: error: ‘w’ was not declared in this scope
17 | if(w[i-1] <= j){
| ^