fn min_cost_tickets(days: &[i32], costs: &[i32]) -> i32 {
    // your move 
}
