983. Minimum Cost For Tickets——dp

    題目分析:可以買一天票,七天票,30天票    class Solution(object): def generateParenthesis(self, days, costs): """ :type n: int :rtype: List[str] """ dp = [0]*366
相關文章
相關標籤/搜索