#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字 | 2.0分钟 | 98% | 74 CPM | 10 次 | 3 | 不及格,加强练习! |
The wrong word this time: <,b, | |||||||
Inspirational quotes: 所谓活在当下,就是在刹那间领会其中的美及喜悦,而不眷恋它所带来的快感。 ——克里希那穆提 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |