#include<iostream>
#include<cstdio>
#include<algorithm>
#include<cstring>
using namespace std;
const int N = 6;
int dx[N] = {-1, 0, 1, 0, 0}, dy[N] = {0, 1, 0, -1, 0};
char g[N][N], backup[N][N];
void...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《费解开关》 | 1459字 | 3.5分钟 | 100% | 252 CPM | 80 次 | 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 |