정답 개수:
14
틀린 개수:
0
실행 실패 개수:
86
2 6 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> arr.append(int(input())) ValueError: invalid literal for int() with base 10: '6 1'
1 6
2 7 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> arr.append(int(input())) ValueError: invalid literal for int() with base 10: '7 2'
2 7
2 -8 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> arr.append(int(input())) ValueError: invalid literal for int() with base 10: '-8 4'
-8 4