let Xp, Yp = let t = stdin.ReadLine().Split() |> Array.map float t.[0], t.[1] let r = (sqrt <| Xp ** 2.0 + Yp ** 2.0) * 2.0 printfn "%i" <| int r + 1