Notes
This function is in beta test. Please help improve it in the issues
here.
Traceback (most recent call last): File "hc.py", line 213, in <module> sa = SA(chk, P, H) File "hc.py", line 101, in __init__ self._s0 = (-1,-1, self._chunk.query(0,max_r)) File "hc.py", line 46, in query a = bisect_right(self._array, (0-self._offset[cl],99999999999), cl, cr) IndexError: list index out of range
Hints
Your answer may be identical to the JOJ answer in the first several lines.
However, the main problem you meet now is Runtime Error. And the exit code of your program is 1, which should be 0.
Please double check your code to solve this problem and try again.
Your Answer
JOJ Answer
128 36 75 103 636 136 89 135 44 44