mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-09 03:34:02 +08:00
@ -274,7 +274,7 @@ func searchInsert(nums []int, target int) int {
|
||||
left = mid + 1
|
||||
}
|
||||
}
|
||||
return len(nums)
|
||||
return right+1
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user