| Problem | 01knapsack |
|---|---|
| User | eliasxyz |
| Submission Time | 2025-06-15 13:53:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
01knapsack.cpp: In function ‘int main()’:
01knapsack.cpp:18:22: error: ‘w’ was not declared in this scope
18 | for(ll j=W;W>=A[i];w--){
| ^