摘要: public class Twoindices { int[] sum=new int[2]; Map<Integer,Integer> tr=new HashMap<>(); public int[] twoSum(int[] nums, int target) { int number=nums 阅读全文
posted @ 2016-08-04 15:01 see_you 阅读(201) 评论(0) 推荐(0)