let [|a; b|] = stdin.ReadLine().Split " " |> Array.map int64 if a < abs b then "Yes" else "No" |> printfn "%s"