Problem 01knapsack
User YH
Submission Time 2024-11-11 21:30:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

01knapsack.cpp: In function ‘int main()’:
01knapsack.cpp:15:18: error: ‘j’ was not declared in this scope
15 | for (int i = 0; j > N; j++) {
| ^
01knapsack.cpp:19:16: error: ‘m’ was not declared in this scope
19 | for (int j = m; j >= w; j--) {
| ^