fn combs(s: &str, k: usize) -> Vec<String> {
    // your move
}