DotsInCircle/VladislavP
DotsInCircle/s9160605122
t1(x, y, r) = eval(input())t1(x0, y0R) = eval(input())
2while (coords := eval(input())) != (0, 0):2while (t := eval(input())) != (0, 0):
3    if (coords[0] - x) ** 2 + (coords[1] - y) ** 2 > r ** 2:3    if (t[0] - x0) ** 2 + (t[1] - y0) ** 2 > R ** 2:
4        print('NO')4        print('NO')
5        break5        break
6else:6else:
7    print('YES')7    print('YES')
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op