let () = let s, t, u = Scanf.scanf "%s %d %d " (fun s t u -> s, t, u) in String.iteri (fun i c -> if i = t || i = u then () else print_char c) s; print_newline ()