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