fn replace_words(roots: &[String], sentence: &str) -> String {
    // your move
}