정답 개수:
0
틀린 개수:
0
실행 실패 개수:
5
4 9 9 -10 -1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 3, in <module> print("\n".join(map(str, sorted([int(input().strip()) for _ in range(int(input()))])))) File "/tmp/target/Main.py", line 3, in <listcomp> print("\n".join(map(str, sorted([int(input().strip()) for _ in range(int(input()))])))) ValueError: invalid literal for int() with base 10: '9 9 -10 -1'
-10 -1 9 9
5 -6 -1 3 -1 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 3, in <module> print("\n".join(map(str, sorted([int(input().strip()) for _ in range(int(input()))])))) File "/tmp/target/Main.py", line 3, in <listcomp> print("\n".join(map(str, sorted([int(input().strip()) for _ in range(int(input()))])))) ValueError: invalid literal for int() with base 10: '-6 -1 3 -1 2'
-6 -1 -1 2 3
6 4 -1 -8 -10 5 -6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 3, in <module> print("\n".join(map(str, sorted([int(input().strip()) for _ in range(int(input()))])))) File "/tmp/target/Main.py", line 3, in <listcomp> print("\n".join(map(str, sorted([int(input().strip()) for _ in range(int(input()))])))) ValueError: invalid literal for int() with base 10: '4 -1 -8 -10 5 -6'
-10 -8 -6 -1 4 5