let () = let a, b, s = Scanf.scanf "%d %d %s " (fun a b s -> a, b, s) in Printf.printf "%d %s\n" (a + b) s