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