#include<bits/stdc++.h> using namespace std; int main(){int n; cin >> n; if(n >= 90){ cout
<< "Great"; }else if(n >= 70){cout << "Good"; }else if(n >= 60){ cout << "Average"; }else
{ cout << "Poor"; ...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《Day03-L1-C++ 指法练习》 | 520字 | 3.0分钟 | 3% | 46 CPM | 0 次 | 498 | 不及格,错误太多! |
The wrong word this time: #,i,n,c,l,u,d,e,<,b,i,t,s,/,s,t,d,c,+,+,.,h,>,,u,s,i,n,g,,n,a,m,e,s,p,a,c,e,,s,t,d,;,,i,n,t,,m,a,i,n,(,),{,i,n,t,,n,;,,c,i,n,,>,>,,n,;,,i,f,(,n,,>,=,,9,),{,,c,o,u,t,<,<,,",G,r,e,a,t,",;,,},e,l,s,e,,i,f,(,n,,>,=,,7,),{,c,o,u,t,,<,<,,",G,o,o,d,",;,,},e,l,s,e,,i,f,(,n,,>,=,,6,),{,,c,o,u,t,,<,<,,",A,v,e,r,a,g,e,",;,,},e,l,s,e,{,,c,o,u,t,,<,<,,",P,o,o,r,",;,,},,r,e,t,u,r,n,,;,},#,i,n,c,l,u,d,e,,<,i,o,s,t,r,e,a,m,>,u,s,i,n,g,,n,a,m,e,s,p,a,c,e,,s,t,d,;,i,n,t,,m,a,i,n,(,),{,i,n,t,,a,;,c,i,n,>,>,,a,;,i, | |||||||
Suggestion:
正确率比较低,多观察一下出错的字加以修正,一般来讲都要达到95%以上比较好。
总的来说速度上可能不是很快,多练习键位、或英文文章巩固一下,然后试着对应的输入法练习上,多增加词组等、一次性多字的输出,这样可以总体上提高部份速度。
|
|||||||
Inspirational quotes: 爱情不是愚公移山,也不是铁杵磨成针,在表态之后得不到回应、在明知不可为的时候放弃是最优雅的。 ——张小娴 |