Problem | 01knapsack |
---|---|
User | yanganyi |
Submission Time | 2023-06-30 17:09:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
01knapsack.cpp: In function ‘int32_t main()’:
01knapsack.cpp:23:14: error: ‘i’ was not declared in this scope
23 | cout<<dp[i][j];
| ^
01knapsack.cpp:23:17: error: ‘j’ was not declared in this scope
23 | cout<<dp[i][j];
| ^