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