#include<iostream>
#include<cstdio>
#include<algorithm>
using namespace std;
const int N=100010,INF=1e8;
int n,idx,root;
struct Node{
int l,r;
int val,key;
int cnt,size;
}tr[N];
void pushu...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《treap C++》 | 2949字 | 22.1分钟 | 100% | 103 CPM | 360 次 | 0 | 及格,继续努力! |
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 我将自己种进花盆,假装是一朵花,城市巷弄阴暗,阳光终日短缺,雨水不足空气浑浊,只有在午夜三时,才能瞥见月亮默默滑过天空,我是一朵不开花的花,尚未学会绽放,就已习于凋零。 ——几米 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |