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