#include<iostream>
#include<algorithm>
using namespace std;
const int N=100010;
int q[N];
int n;
void myqsort(int l,int r)
{
if(l>=r) return;
int x=q[l+r>>1],i=l-1,j=r+1;
while(i<j)
{
...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《qsort c++》 | 477字 | 80.0分钟 | 100% | 82 CPM | 26 次 | 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 |