def min_cost_tickets(days: list[int], costs: list[int]) -> int:
    # your move 