정답 개수:
44
틀린 개수:
0
실행 실패 개수:
56
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
7 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> s.append(a[id]) IndexError: list index out of range
<2, 4, 6, 1, 5, 3, 7>
7 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> s.append(a[id]) IndexError: list index out of range
<4, 1, 6, 5, 7, 3, 2>
8 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> s.append(a[id]) IndexError: list index out of range
<3, 6, 1, 5, 2, 8, 4, 7>