정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
9 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> print('<'+', '.join(A)+'>') TypeError: sequence item 0: expected str instance, int found
<4, 8, 3, 9, 6, 5, 7, 2, 1>
9 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> print('<'+', '.join(A)+'>') TypeError: sequence item 0: expected str instance, int found
<6, 3, 1, 9, 2, 5, 4, 8, 7>
10 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> print('<'+', '.join(A)+'>') TypeError: sequence item 0: expected str instance, int found
<5, 10, 6, 2, 9, 8, 1, 4, 7, 3>