新手小白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))
相关文章
相关标签/搜索