정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
2 -8 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> n = int(input()) ValueError: invalid literal for int() with base 10: '-8 5'
-8 5
3 2 -9 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> n = int(input()) ValueError: invalid literal for int() with base 10: '2 -9 4'
-9 2 4
3 0 8 -10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> n = int(input()) ValueError: invalid literal for int() with base 10: '0 8 -10'
-10 0 8