public class Solution { public int[] TwoSum(int[] nums, int target) { for (int i = 0;i