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