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