#include<bits/stdc++.h>
using namespace std;
int a[100];
int main(){
string s;
getline(cin,s);
for(int i=0;i<s.size();i++){
a[(int)(s[i]-'a')]++;
}
int maxn =-1,k;
for(int i=0;i<26;i++){
if(...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《01》 | 286字 | 4.1分钟 | 100% | 60 CPM | 25 次 | 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 |