#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分钟 | 99% | 123 CPM | 35 次 | 2 | 及格,继续努力! |
本次出錯的字 ,* | |||||||
小小建議:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
勵誌名言: 正直,勤奋,活力,而且,如果他们不拥有第一品质,其余两个将毁灭你,对此你要深思,这一点千真万确。 ——沃伦.巴菲特 |