정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
8 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> while len(b)>1: TypeError: object of type 'int' has no len()
<2, 4, 6, 8, 3, 7, 5, 1>
10 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> while len(b)>1: TypeError: object of type 'int' has no len()
<5, 10, 6, 2, 9, 8, 1, 4, 7, 3>
12 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> while len(b)>1: TypeError: object of type 'int' has no len()
<7, 2, 10, 6, 4, 3, 5, 9, 1, 8, 11, 12>