Problem | intercastellar |
---|---|
User | RAyhahh |
Submission Time | 2025-04-23 17:48:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
intercastellar.cpp:24:7: error: invalid preprocessing directive #Track
24 | # Track rightmost even splits
| ^~~~~
intercastellar.cpp:30:7: error: invalid preprocessing directive #Calculate
30 | # Calculate prefix sums of counts to locate positions
| ^~~~~~~~~
intercastellar.cpp:35:7: error: invalid preprocessing directive #Answer
35 | # Answer each query
| ^~~~~~
intercastellar.cpp:38:11: error: invalid preprocessing directive #Binary
38 | # Binary search to find the segment where x falls
| ^~~~~~
intercastellar.cpp:40:11: error: invalid preprocessing directive #i; did you mean #if?
40 | # i-th piece contributes to the x-th position
| ^
| if
intercastellar.cpp:1:1: error: ‘import’ does not name a type
1 | import bisect
| ^~~~~~