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