정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
14 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> R, B = map(int, open(0)) ^^^^ ValueError: invalid literal for int() with base 10: '14 4\n'
6 3
24 25
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> R, B = map(int, open(0)) ^^^^ ValueError: invalid literal for int() with base 10: '24 25\n'
7 7
26 30
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> R, B = map(int, open(0)) ^^^^ ValueError: invalid literal for int() with base 10: '26 30\n'
8 7