정답 개수:
36
틀린 개수:
38
실행 실패 개수:
26
3 1 2
2
-1
4 1 2
2
-1
5 1 2
3
-1
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