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