DotsInCircle/mvpwn
DotsInCircle/varyak
t1(a, b, r) = eval(input())t
2(x, y) = eval(input())1(x, y, r) = eval(input())
2(a, b) = eval(input())
3ans = 'YES'3res = 'YES'
4while x or y:4while a or b:
5    if (x - a) ** 2 + (y - b) ** 2 > r ** 2:5    if (a - x) ** 2 + (b - y) ** 2 > r ** 2:
6        ans = 'NO'6        res = 'NO'
7    (xy) = eval(input())7    (ab) = eval(input())
8print(ans)8print(res)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op