摘要: # include<iostream># include<cstring># include<algorithm>using namespace std;const int N = 200010;typedef long long ll;/* 树状数组的主要目的是利用树形结构来优化前缀和 使得前缀和 阅读全文
posted @ 2022-03-09 22:02 empty_y 阅读(45) 评论(0) 推荐(1)