【leecode】小练习(简单8题)
摘要:
def twoSum(nums, target): """ 给定 nums = [2, 7, 11, 15], target = 9 因为 nums[0] + nums[1] = 2 + 7 = 9 所以返回 [0, 1] :type nums: List[int] :type target: in 阅读全文
posted @ 2018-12-14 11:24 pandaboy1123 阅读(1053) 评论(0) 推荐(0)
浙公网安备 33010602011771号