Problem | knapsack |
---|---|
User | Vinayak01 |
Submission Time | 2024-02-22 20:29:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
knapsack.cpp: In function ‘int knapsack(int, const std::vector<int>&, const std::vector<int>&, const std::vector<int>&)’:
knapsack.cpp:5:10: error: ‘weight’ was not declared in this scope; did you mean ‘weights’?
5 | int n = weight.size();
| ^~~~~~
| weights