#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...
英文文章 | 文章字數 | 測試時長 | 準確率 | 速度 | 退格數 | 出錯數 | 成績 |
---|---|---|---|---|---|---|---|
《费解开关》 | 1459字 | 0.9分钟 | 23% | 219 CPM | 0 次 | 683 | 不及格,错误太多! |
本次出錯的字 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,], | |||||||
小小建議:
正确率比较低,多观察一下出错的字加以修正,一般来讲都要达到95%以上比较好。
|
|||||||
勵誌名言: 赤橙黄绿青蓝紫,谁持彩练当空舞。 ——毛泽东 | |||||||
您覺的這篇文章怎麽樣,評個分吧,做其他人的指路燈 |