#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分钟 | 100% | 59 CPM | 10 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 自然界中没有奖赏和惩罚,只有因果报应。 ——瓦谢尔 |