#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.5分钟 | 100% | 81 CPM | 18 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 不论经营理念或使命感多么高明,在物质方面若无法满足人的需求,那么即使再强调使命感,也没有人会听得进去。 ——松下幸之助 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |