268. 缺失數字

我的答案:(沒滿足說明吧ToT)   class Solution(object): def missingNumber(self, nums): """ :type nums: List[int] :rtype: int """ for i in range(len(nums)+1):
相關文章
相關標籤/搜索