#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.5分钟 | 100% | 58 CPM | 35 次 | 0 | 不及格,加强练习! |
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 优柔寡断让许多人面临不幸,它会使人对一些事情失望,然后把惩罚强加在自己身上。 ——拿破仑·希尔 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |