替换图片链接

This commit is contained in:
programmercarl
2025-03-17 15:52:23 +08:00
parent 91e7dab72c
commit 86a0208485
216 changed files with 813 additions and 813 deletions

View File

@@ -93,7 +93,7 @@ int main() {
如图:
![](https://code-thinking-1253855093.file.myqcloud.com/pics/20240627110604.png)
![](https://file.kamacoder.com/pics/20240627110604.png)
如果我们想统计在vec数组上 下标 2 到下标 5 之间的累加和,那是不是就用 p[5] - p[1] 就可以了。
@@ -109,7 +109,7 @@ int main() {
如图所示:
![](https://code-thinking-1253855093.file.myqcloud.com/pics/20240627111319.png)
![](https://file.kamacoder.com/pics/20240627111319.png)
`p[5] - p[1]` 就是 红色部分的区间和。