1 2 3 4 5
# id=1 slug=two-sum lang=python3 class Solution: def twoSum(self, nums: List[int], target: int) -> List[int]: