let () = let x, y = Scanf.scanf "%d %d " (fun x y -> x, y) in float (x * x + y * y) |> sqrt |> ( *. ) 2. |> truncate |> (+) 1 |> Printf.printf "%d\n"