#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分钟 | 6% | 12 CPM | 0 次 | 354 | 不及格,错误太多! |
本次出错的字 #,i,n,c,l,u,d,e,,<,b,i,t,s,/,s,t,d,c,+,+,.,h,>,u,s,i,n,g,,n,a,m,e,s,p,a,c,e,,s,t,d,;,t,e,m,p,l,a,t,e,,<,t,y,p,e,n,a,m,e,,T,>,c,l,a,s,s,,S,e,g,T,r,e,e,L,a,z,y,R,a,n,e,S,e,t,,{,v,e,c,t,o,r,<,T,>,,t,r,e,e,,,,l,a,z,y,;,v,e,c,t,o,r,<,T,>,,*,a,r,;,i,n,t,,n,,,,r,o,o,t,,,,n,4,,,,e,n,d,;,v,o,i,d,,m,a,i,n,t,a,i,n,(,i,n,t,,c,l,,,,i,n,t,,c,r,,,,i,n,t,,p,),,{,i,n,t,,c,m,,=,,c,l,,+,,(,c,r,,-,,c,l,),,/,,2,;,i,f,,(,c,l,,!,=,,c,r,,&,&,,l,a,z,y,[,p,],),,{,l,p,,*,,2,],=,,l,a,z,y,[,p,],;,l,a,z,y,[,p,*,2,+,1,],=,l,a | |||||||
小小建议:
正确率比较低,多观察一下出错的字加以修正,一般来讲都要达到95%以上比较好。
总的来说速度上可能不是很快,多练习键位、或英文文章巩固一下,然后试着对应的输入法练习上,多增加词组等、一次性多字的输出,这样可以总体上提高部份速度。
|
|||||||
励志名言: 用珠宝打扮自己,不如用知识充实自己。 ——谢想云 |