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