Leetcode_Python 442 數組中重複的數據

思考:此題比較簡單,和第448題思想一致。web # 442 class Solution(object): def findDuplicates(self, nums): """ :type nums: List[int] :rtype: List[int] """ count = [0 for i in
相關文章
相關標籤/搜索