2024年8月6日
摘要: 树状数组 树状数组1 题意:单点修改,求前缀和 #include<bits/stdc++.h> using namespace std; #define x first #define y second typedef pair<int,int> PII; typedef long long ll; 阅读全文
posted @ 2024-08-06 11:55 ruoye123456 阅读(26) 评论(0) 推荐(0)