Problem knapsack
User MegaG
Submission Time 2026-02-21 11:17:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

knapsack.cpp:11:11: error: invalid preprocessing directive #Cap
11 | # Cap k at S//w since we can't use more than that anyway
| ^~~
knapsack.cpp:14:11: error: invalid preprocessing directive #Binary
14 | # Binary grouping
| ^~~~~~
knapsack.cpp:24:12: error: "/" is not a valid filename
24 | # 0/1 knapsack for each group
| ^
knapsack.cpp:1:1: error: ‘import’ does not name a type
1 | import sys
| ^~~~~~