let A, B = let t = stdin.ReadLine().Split() |> Array.map decimal t.[0], t.[1] System.Decimal.Add(A, B) |> (int >> printfn "%i")