#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 | 不及格,加强练习! |
勵誌名言: 科学研究基于同一法则,即一切事物的产生取决于自然规律,这也适用于人们的行动。 ——爱因斯坦 |