Problem knapsack
User kiwiwi
Submission Time 2026-02-20 00:43:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

knapsack.cpp:18:8: error: redefinition of ‘struct Item’
18 | struct Item {
| ^~~~
knapsack.cpp:6:8: note: previous definition of ‘struct Item’
6 | struct Item {
| ^~~~