树状数组模板
标签:+= ref www. size 下标 gets include ios ems
- 用树状数组,在存数据的时候下标应该是从1开始的;
- 再求区间的和的时候和前缀和一样开始的下标是要减一的;
- toSum(int x)中再求前缀和的时候是倒着向前走的;
树状数组讲解:http://www.cnblogs.com/jinkun113/p/4725420.html ORZorzorz一看就明白了
1 //树状数组修改值,求某区间的和
2 #include 3 #include 4 #include
5 #include 6 #include 7 #include string>
8 #include 9 #include
树状数组模板
标签:+= ref www. size 下标 gets include ios ems
原文地址:https://www.cnblogs.com/sykline/p/9737828.html
文章来自:
搜素材网的
编程语言模块,转载请注明文章出处。
文章标题:
树状数组模板
文章链接:http://soscw.com/index.php/essay/87968.html
评论