정답 개수:
26
틀린 개수:
35
실행 실패 개수:
39
3 1 2
2
-1
4 1 2
2
-1
7 1 4
-1
4
3 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 44, in <module> if V_R != not_rock_list[r_pointer]: ~~~~~~~~~~~~~^^^^^^^^^^^ IndexError: list index out of range
2
4 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if L_R != not_rock_list[r_pointer]: ~~~~~~~~~~~~~^^^^^^^^^^^ IndexError: list index out of range
2
5 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if L_R != not_rock_list[r_pointer]: ~~~~~~~~~~~~~^^^^^^^^^^^ IndexError: list index out of range
3