查看会员资料
- Email:用户隐藏
- Icq/MSN:qq
- 电话号码:
- Homepage:
- 会员简介:这家伙很懒,什么都没留下!
最新会员发布资源
TwoSum
- 找出数组numbers中的两个数,它们的和为给定的一个数target,并返回这两个数的索引,比如numbers={2,7,11,17}; target=9。那么返回一个元组(0,1)。 这道题不需要去重,对于每一个target输入,只有一组解,索引要按照大小顺序排列。(Find the two numbers in the array numbers, and their sum is given a target number, and returns the index of these