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