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