372. Super Pow [Medium] 數學

372. Super Pow class Solution(object): def superPow(self, a, b): """ :type a: int :type b: List[int] :rtype: int """ b_num = 0 for i in b:
相關文章
相關標籤/搜索