Problem supperbox
User samvar0907
Submission Time 2024-01-19 08:17:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

supperbox.cpp:13:7: error: invalid preprocessing directive #Precompute
13 | # Precompute left knapsack values
| ^~~~~~~~~~
supperbox.cpp:16:7: error: invalid preprocessing directive #Precompute
16 | # Precompute right knapsack values
| ^~~~~~~~~~
supperbox.cpp:22:11: error: invalid preprocessing directive #If; did you mean #if?
22 | # If the query crosses the middle item, it has already been handled
| ^~
| if
supperbox.cpp:29:15: error: invalid preprocessing directive #Query
29 | # Query on the left side, solve recursively
| ^~~~~
supperbox.cpp:32:15: error: invalid preprocessing directive #Query
32 | # Query on the right side, solve recursively
| ^~~~~
supperbox.cpp:35:15: error: invalid preprocessing directive #Query
35 | # Query is fully contained within the middle, han