#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: 爱若难以放进手里,何不把这双手放进心里。 ——林夕 |