#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cout<<"请输入上限:";
cin>>n;
cout<<"以下为"<<n<<"以内的素数"<<endl;
vector<bool>nums(n+1,1);
nums[0]=0;
nums[1]=0;
for(int i=2...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《计算n以内的素数》 | 437字 | 1.0分钟 | 43% | 9 CPM | 13 次 | 12 | 不及格,错误太多! |
The wrong word this time: i,n,c,l,u,d,e,<,b,i,t,s | |||||||
Suggestion:
正确率比较低,多观察一下出错的字加以修正,一般来讲都要达到95%以上比较好。
总的来说速度上可能不是很快,多练习键位、或英文文章巩固一下,然后试着对应的输入法练习上,多增加词组等、一次性多字的输出,这样可以总体上提高部份速度。
|
|||||||
Inspirational quotes: 把顾客的事当做自己的事来办,设身处地多为顾客的需求和利益着想,没有不成功的事业。 ——林玉梨 |