程序园's Archiver
社区
›
科技
› 树状数组
捐催制
发表于 2025-6-9 18:33:46
树状数组
Question 01 模板题Code#includeusing namespace std;const int N=5e5+7;class Tree{ public: inline void scan(long long *_data,int _size){ size=_size; for(int i=1;i
页:
[1]
查看完整版本:
树状数组