树状数组修改

This commit is contained in:
estom
2025-07-16 11:53:03 -04:00
parent 9ed4820cd3
commit 24203844ce

View File

@@ -52,6 +52,7 @@ $$
[i,i+lowbit(i)],进行迭代i=i+lowbit(i)
$$
管理的继承性即一个数字x如果管理y那么也一定管理了被y管理的数字。
## 3 应用
### 把位置k的元素加x