#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字 | 1.0分钟 | 100% | 205 CPM | 20 次 | 0 | 良好,向更快挑战! |
励志名言: 怒时易激,义愤亦当裁抑;喜时易狂,即微言亦须谨慎。 ——曾国藩 | |||||||
您觉的这篇文章怎么样,评个分吧,做其他人的指路灯 |