Two Sum
給定一個整數陣列 nums 和一個整數目標值 target,請找出和為目標值的 兩個 整數,並返回它們的下標。
nums
target
nums = [2, 7, 11, 15]
target = 9