提交时间:2024-02-19 16:35:59

运行 ID: 41139

#include<bits/stdc++.h> using namespace std; int main(){ cout<<"2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97"<<endl; cout<<"100以内的素数个数: 25"; return 0; }