fn reorder_logs(logs: &[String]) -> Vec<String> {
    // your move
}