新手小白leetcode刷題

Python版本 一、【1】 2 Sumpython 二、【15】 3 Sumweb class Solution: def threeSum(self, nums: List[int]) -> List[List[int]]: lst=[] if sum(nums) > 0: nums.remove(max(nums))
相關文章
相關標籤/搜索