笔记
王文波~
清。。
展开
-
线段树模板
#include <bits/stdc++.h> using namespace std; const int N = 1e5 + 10; typedef long long LL; struct Segment_tree { int l, r; LL sum, add; } tr[N * 4]; int n, m; LL a[N]; void pushup(Segment_tree &u, Segment_tree &l, Segment_tree &r)原创 2021-01-01 16:21:12 · 134 阅读 · 0 评论 -
1024
1024快乐原创 2020-10-24 14:19:35 · 1589 阅读 · 0 评论