#include <bits/stdc++.h>
using namespace std;
template <typename T>
class SegTreeLazyRangeSet {
vector<T> tree, lazy;
vector<T> *arr;
int n, root, n4, end;
void maintain(int cl, int cr, int p)...
英文文章 | 文章字数 | 测试时长 | 准确率 | 速度 | 退格数 | 出错数 | 成绩 |
---|---|---|---|---|---|---|---|
《线段树模板/带修线段树模板/c++》 | 1999字 | 2.0分钟 | 100% | 74 CPM | 8 次 | 0 | 不及格,加强练习! |
励志名言: 一个人的视力本有两种功能:一个是向外去,无限宽广地拓展世界;另一个是向内来,无限深刻地去发现内心。 ——于丹 |