找回密码
 立即注册
首页 业界区 科技 树状数组

树状数组

捐催制 2025-6-9 18:33:46
[code]Question 01 [P3374 树状数组一]模板题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
您需要登录后才可以回帖 登录 | 立即注册