정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 2 14 18 5 6 7 27 9 10 11 12 13 3 15 16 29 4 19 20 21 22 23 24 25 26 8 28
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 7, in <module> print(*x,sup="\n") ~~~~~^^^^^^^^^^^^^ TypeError: print() argument after * must be an iterable, not int
17 30
1 19 28 3 26 14 29 5 13 25 10 12 24 9 30 23 17 20 7 18 2 6 4 16 21 8 27 11
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 7, in <module> print(*x,sup="\n") ~~~~~^^^^^^^^^^^^^ TypeError: print() argument after * must be an iterable, not int
15 22
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 28 18 19 20 21 22 23 30 25 26 27 17
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 7, in <module> print(*x,sup="\n") ~~~~~^^^^^^^^^^^^^ TypeError: print() argument after * must be an iterable, not int
24 29