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