#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字 | 0.9分钟 | 23% | 219 CPM | 0 次 | 683 | 不及格,错误太多! |
The wrong word this time: i,n,c,l,u,d,e,<,c,s,t,d,i,o,>,#,i,n,c,l,u,d,e,<,a,l,g,o,r,i,t,h,m,>,#,i,n,c,l,u,d,e,<,c,s,t,r,i,n,g,>,u,s,i,n,g,n,a,m,e,s,p,a,c,e,s,t,d,;,c,o,n,s,t,i,n,t,N,=,6,;,i,n,t,d,x,[,N,],=,{,-,1,,,0,,,1,,,0,,,0,},,,d,y,[,N,],=,{,0,,,1,,,0,,,-,1,,,0,},;,c,h,a,r,g,[,N,],[,N,],,,b,a,c,k,u,p,[,N,],[,N,],;,v,o,i,d,t,u,r,n,(,i,n,t,x,,,i,n,t,y,),{,f,o,r,(,i,n,t,i,=,0,;,i,<,5,;,i,+,+,),{,i,n,t,a,=,x,+,d,x,[,i,],,,b,=,y,+,d,y,[,i,],;,i,f,(,a,<,0,|,|,a,>,=,5,|,|,b,<,0,|,|,b,>,=,5,),c,o,n,t,i,n,u,e,;,g,[,a,],[,b,], | |||||||
Suggestion:
正确率比较低,多观察一下出错的字加以修正,一般来讲都要达到95%以上比较好。
|
|||||||
Inspirational quotes: 每个天才的产生,必是热忱的产物。 ——本杰明·狄斯拉里 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |