#include <stdio.h>
int main()
{
int amount = 100;
int price = 0;
printf("请输入金额(元):");
scanf("%d",&price);
printf("请输入票面");
scanf("%d",&amount);
int change = amount - price;
printf("找您%d元。\n",c...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《biancheng》 | 223字 | 20.0分钟 | 3% | 14 CPM | 0 次 | 194 | 不及格,错误太多! |
The wrong word this time: #,n,c,l,u,d,e, ,<,s,d,i,o,.,h,>,i,n,t, ,m,a,n,(,),{,i,n,t, ,a,m,o,n,t, ,=, ,1,0,0,;,i,n,t, ,p,r,c,e, ,=, ,0,;,p,r,i,n,t,f,(,",请,输,入,金,额,(,元,),:,",),;,s,c,a,n,f,(,",%,d,",,,&,p,r,i,c,e,),;,p,r,i,n,t,f,(,",请,输,入,票,面,",),;,s,c,a,n,f,(,",%,d,",,,&,a,m,o,u,n,t,),;,i,n,t, ,c,h,a,n,g,e, ,=, ,a,m,o,u,n,t, ,-, ,p,r,i,c,e,;,p,r,i,n,t,f,(,",找,您,%,d,元,。,\,n,",,,c,h,a,n,g,e,),;,r,e,t,u,r,n, ,0,;,} | |||||||
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 |