mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-13 23:40:49 +08:00
auto commit
This commit is contained in:
@ -67,7 +67,7 @@
|
|||||||
```html
|
```html
|
||||||
Input: numbers={2, 7, 11, 15}, target=9
|
Input: numbers={2, 7, 11, 15}, target=9
|
||||||
Output: index1=1, index2=2
|
Output: index1=1, index2=2
|
||||||
```3
|
```
|
||||||
|
|
||||||
题目描述:在有序数组中找出两个数,使它们的和为 target。
|
题目描述:在有序数组中找出两个数,使它们的和为 target。
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user