/**
* Note: The returned array must be malloced, assume caller calls free().
*/
struct list
{
struct list *next;
struct list *prev;
long x;
long x_h;
};
struct list h...
英文文章 | 文章字數 | 測試時長 | 準確率 | 速度 | 退格數 | 出錯數 | 成績 |
---|---|---|---|---|---|---|---|
《1235.c》 | 4404字 | 2.0分钟 | 1% | 4 CPM | 0 次 | 615 | 不及格,错误太多! |
本次出錯的字 /,*,*,*,N,o,t,e,:,T,h,e,r,e,t,u,r,n,e,d, ,a,r,r,y, ,m,u,s,t, ,b,e, ,m,a,l,l,o,c,e,d,,, ,a,s,s,u,m,e, ,c,a,l,l,e,r, ,c,a,l,l,s, ,f,r,e,e,(,),.,*,s,t,r,u,c,t, ,l,i,s,t,{,s,t,r,u,c,t, ,l,i,s,t, ,*,n,e,x,t,;,s,t,r,u,c,t, ,l,i,s,t, ,*,p,r,e,v,;,l,o,n,g, ,x,;,l,o,n,g, ,x,_,h,;,},;,s,t,r,u,c,t, ,l,i,s,t, ,h,e,a,d,;,s,t,r,u,c,t, ,l,i,s,t, ,e,n,d,;,#,d,e,f,i,n,e, ,m,a,x,(,a,,, ,b,), ,(,a, ,>, ,b, ,?, ,a, ,:, ,b,),i,n,t,*, ,f,a,l,l,i,n,g,S,q,u,a,r,e,s,(,i,n,t,*,*, ,p,o,s,i,t,i,o,n,s,,, ,i,n,t, ,p,o,s,i,t, | |||||||
小小建議:
正确率比较低,多观察一下出错的字加以修正,一般来讲都要达到95%以上比较好。
总的来说速度上可能不是很快,多练习键位、或英文文章巩固一下,然后试着对应的输入法练习上,多增加词组等、一次性多字的输出,这样可以总体上提高部份速度。
|
|||||||
勵誌名言: 虚荣的人注视着自己的名字,光荣的人注视着祖国的事业。 ——王杰 | |||||||
您覺的這篇文章怎麽樣,評個分吧,做其他人的指路燈 |