Problem | lboard |
---|---|
User | jmuzhen |
Submission Time | 2025-02-19 16:39:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lboard.cpp:3:69: error: missing terminating ' character
3 | * similarly, for the top part, we just have another OPT2[] where it's the maximum sum if we have to end at element i.
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lboard.cpp:1:3: error: expected unqualified-id before ‘or’ token
1 | * or along col 1. but wait, instead of testing each P3, we can just store the optimal choice for the column! for each column,
| ^~