정답 개수:
18
틀린 개수:
0
실행 실패 개수:
82
2 6 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: '6 8\n'
6 8
2 9 9
런타임 에러 (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: '9 9\n'
9 9
2 7 -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: '7 -6\n'
-6 7