open System Console.ReadLine () |> (fun line -> line.Split [| ' ' |]) |> Array.map int |> (fun arr -> arr.[0] - (-arr.[1])) |> printfn "%d"