정답 개수:
1
틀린 개수:
0
실행 실패 개수:
10
2 -10 -6
런타임 에러 (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: '-10 -6\n'
-10 -6
3 -8 -4 4
런타임 에러 (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 4\n'
-8 -4 4
4 8 -3 2 -4
런타임 에러 (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 -3 2 -4\n'
-4 -3 2 8