정답 개수:
50
틀린 개수:
0
실행 실패 개수:
50
7 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> x.append(arr.pop(m)) ~~~~~~~^^^ IndexError: pop index out of range
<2, 4, 6, 1, 5, 3, 7>
7 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> x.append(arr.pop(m)) ~~~~~~~^^^ IndexError: pop index out of range
<4, 1, 6, 5, 7, 3, 2>
7 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> if a + k > len(arr)-1: ^ NameError: name 'a' is not defined
<6, 5, 7, 2, 1, 4, 3>