#include<bits/stdc++.h> using namespace std; const int N = 5e7+50; int n, tot, prime[N]; //prime存储所有素数 bool flag[N]; //判断是否为素数 int main(){ scanf("%d",
posted on 2024-02-03 08:40  _yuen  阅读(3)  评论(0编辑  收藏  举报