auto commit

This commit is contained in:
CyC2018 2019-03-03 09:57:36 +08:00
parent 9eb3dff9c1
commit 0ae1f6c46b

View File

@ -67,7 +67,7 @@
```html
Input: numbers={2, 7, 11, 15}, target=9
Output: index1=1, index2=2
```3
```
题目描述:在有序数组中找出两个数,使它们的和为 target。