Problem | 01knapsack |
---|---|
User | eliasxyz |
Submission Time | 2025-06-15 13:52:40 |
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--){
| ^
01knapsack.cpp:22:24: error: ‘class std::vector<long long int>’ has no member named ‘start’
22 | cout<<*max_element(dp.start(),dp.end());
| ^~~~~