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