정답 개수:
35
틀린 개수:
13
실행 실패 개수:
52
7 3
<3, 6, 2, 7, 5, 4, 1>
<3, 6, 2, 7, 5, 1, 4>
8 3
<3, 6, 2, 7, 4, 5, 8, 1>
<3, 6, 1, 5, 2, 8, 4, 7>
10 3
<3, 6, 9, 2, 7, 4, 10, 8, 5, 1>
<3, 6, 9, 2, 7, 1, 8, 5, 10, 4>
7 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/e53eea373a590926bafd7128023db9d39d16dec27fc7e1fddd21f677ddd21c3d/Main.py", line 17, in <module> print(ret.pop(i), end = ", ") IndexError: pop index out of range
<4, 1, 6, 5, 7, 3, 2>
7 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/e53eea373a590926bafd7128023db9d39d16dec27fc7e1fddd21f677ddd21c3d/Main.py", line 17, in <module> print(ret.pop(i), end = ", ") IndexError: pop index out of range
<5, 3, 2, 4, 7, 1, 6>
7 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/e53eea373a590926bafd7128023db9d39d16dec27fc7e1fddd21f677ddd21c3d/Main.py", line 17, in <module> print(ret.pop(i), end = ", ") IndexError: pop index out of range
<6, 5, 7, 2, 1, 4, 3>