정답 개수:
0
틀린 개수:
0
실행 실패 개수:
5
2 10 1
런타임 에러 (RTE)
stderr:
File "/tmp/target/Main.py", line 4 print("\n".join(map(str, sorted(list(map(int, input().strip().split()))))) ^ SyntaxError: '(' was never closed
1 10
7 -10 10 -7 6 7 -1 2
런타임 에러 (RTE)
stderr:
File "/tmp/target/Main.py", line 4 print("\n".join(map(str, sorted(list(map(int, input().strip().split()))))) ^ SyntaxError: '(' was never closed
-10 -7 -1 2 6 7 10
8 4 5 9 4 6 -4 -9 9
런타임 에러 (RTE)
stderr:
File "/tmp/target/Main.py", line 4 print("\n".join(map(str, sorted(list(map(int, input().strip().split()))))) ^ SyntaxError: '(' was never closed
-9 -4 4 4 5 6 9 9