정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 7 -6 3 0 0 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> x1, y1, r1, x2, y2, r2 = map(int, sys.stdin.readline().rstrip()) ValueError: invalid literal for int() with base 10: ' '
0
1 -10 6 10 -10 6 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> x1, y1, r1, x2, y2, r2 = map(int, sys.stdin.readline().rstrip()) ValueError: invalid literal for int() with base 10: '-'
0
2 8 -5 2 4 -5 1 10 -1 10 0 -5 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> x1, y1, r1, x2, y2, r2 = map(int, sys.stdin.readline().rstrip()) ValueError: invalid literal for int() with base 10: ' '
0 2