会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Jeanny
寂兮,寥兮,独立不改,周行而不殆
新随笔
管理
2023年5月13日
质数 埃氏
摘要: ``` #include using namespace std; define N 1000000 int b[1000005], n, cnt; int main(){ scanf("%d",&n); for(int i = 2; i*i using namespace std; int n,m
阅读全文
posted @ 2023-05-13 10:24 Jeanny
阅读(12)
评论(0)
推荐(0)
编辑