open System let (A, B) = let t = Console.ReadLine().Split() |> Array.map int t.[0], t.[1] printfn "%i" <| A + B