#include <iostream>
#include <iomanip>
using namespace std;
int max(int, int, int); //申明找最大数函数
int main() {
/*m =3 / (3 * 5)
*/
int a, b, c;
double m;
cin >> a >> b >> c;
m = 1.0 * max(a,b, c)...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《C++练习2》 | 533字 | 5.6分钟 | 22% | 19 CPM | 329 次 | 379 | 不及格,错误太多! |
The wrong word this time: >,#,i,n,c,l,u,d,e,,<,i,o,m,a,n,i,p,>,u,s,i,n,g,,n,a,m,e,s,p,a,c,e,,s,t,d,;,i,n,t,,,m,a,x,(,i,n,t,,,,i,n,t,,,i,n,t,),;,/,/,申,明,找,最,大,数,函,数,i,n,t,m,a,i,n,(,),{,/,*,m,=,3,/,(,3,*,5,),*,/,i,n,t,a,,,b,,,c,;,d,o,u,b,l,e,m,;,c,i,n,>,>,a,>,>,b,>,>,c,;,m,=,1,.,0,*,m,a,x,(,a,,,b,,,c,),/,(,m,a,x,(,a,+,b,,,b,,,c,),*,m,a,x,(,a,,,b,,,b,+,c,),),;,c,o,u,t,<,<,f,i,x,e,d,<,<,s,e,t,p,r,e,c,i,s,i,o,n,(,3,),<,<,e,n,d,l,;,c,o,u,t,<,<,m,<,<,e,n,d,l,;,c,o,u,t,<,<,",m,=,",<,<,m,a,x,(,a,,,b,,,c,),<,<,",/,(,",<,<,m,a,x,(, | |||||||
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 |