随笔分类 -  线段树

摘要:#include <stdio.h> #include <string.h> #include <math.h> #include <algorithm> const int maxn = 100000 + 1; typedef long long ll; ll a[maxn], tree[maxn 阅读全文
posted @ 2019-08-16 11:18 czwccc 阅读(86) 评论(0) 推荐(0)