정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 3 4 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> maxlength=max(initres[idxl]-initres[idxr-1]-1, maxlength) ^^^^ NameError: name 'idxr' is not defined. Did you mean: 'idxl'?
6
5 4 12 6 8 10 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> maxlength=max(initres[idxl]-initres[idxr-1]-1, maxlength) ^^^^ NameError: name 'idxr' is not defined. Did you mean: 'idxl'?
24
8 1 2 3 4 5 6 7 8 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> maxlength=max(initres[idxl]-initres[idxr-1]-1, maxlength) ^^^^ NameError: name 'idxr' is not defined. Did you mean: 'idxl'?
20