摘要: #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 阅读(83) 评论(0) 推荐(0) 编辑