정답 개수:
43
틀린 개수:
0
실행 실패 개수:
57
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
7 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> yosep.append(circle.pop(len(circle)-k+1)) IndexError: pop index out of range
<4, 1, 6, 5, 7, 3, 2>
7 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> yosep.append(circle.pop(len(circle)-k+1)) IndexError: pop index out of range
<5, 3, 2, 4, 7, 1, 6>
7 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> yosep.append(circle.pop(len(circle)-k+1)) IndexError: pop index out of range
<6, 5, 7, 2, 1, 4, 3>