#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分钟 | 99% | 73 CPM | 7 次 | 1 | 不及格,加强练习! |
The wrong word this time: : | |||||||
Inspirational quotes: 我们说好不分离,要一直一直在一起,就算与时间为敌,就算与全世界背离。 ——郁可唯 |