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