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