Problem | 01knapsack |
---|---|
User | YH |
Submission Time | 2024-11-11 21:30:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
01knapsack.cpp: In function ‘int main()’:
01knapsack.cpp:19:16: error: ‘m’ was not declared in this scope
19 | for (int j = m; j >= w; j--) {
| ^