#include<bits/stdc++.h>
using namespace std;
int main(){
int n, sum = 8;
char c;
cin >> n >> c;
if(n > 1000){
if((n-1000)%500 > 0){
sum += 4;
}
sum += (n-1000)/500*4;
} if(c == ...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《代码1》 | 249字 | 3.0分钟 | 93% | 88 CPM | 5 次 | 15 | 不及格,错误太多! |
The wrong word this time: <,m,0,),5,,',',;,<,<,r,e,r,; | |||||||
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 |