leetcode簡單題

1 兩數之和 public int[] twoSum(int[] nums, int target) { int[] answer=new int[2]; int a; HashMap<Integer,Integer> map=new HashMap<Integer, Integer>(); for(int i=0;i<n
相關文章
相關標籤/搜索