fn longest_common_prefix(strs: &[String]) -> String {
    // your move
}
