let [|a;b|] = stdin.ReadLine().Split() |> Array.map int let s = stdin.ReadLine() printfn "%d %s" (a + b) s