Problem | knapsack |
---|---|
User | Daddy |
Submission Time | 2023-11-10 09:46:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
knapsack.cpp:14:7: error: invalid preprocessing directive #Read
14 | # Read input
| ^~~~
knapsack.cpp:18:7: error: invalid preprocessing directive #Output
18 | # Output result
| ^~~~~~
knapsack.cpp:1:1: error: ‘def’ does not name a type
1 | def maximize_value(S, N, items):
| ^~~