DotsInCircle/ArtemiyL
DotsInCircle/dianarudenko
t1(cx, cy, cr) = eval(input())t1(x, y, r) = eval(input())
2while (coord := eval(input())) != (0, 0):2while (lst := eval(input())) != (0, 0):
3    (x, y) = coord3    (x1, y1) = lst
4    if (x - cx) ** 2 + (y - cy) ** 2 > cr ** 2:4    if not (x - x1) ** 2 + (y - y1) ** 2 <= r ** 2:
5        print('NO')5        print('NO')
6        break6        break
7else:7else:
8    print('YES')8    print('YES')
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op