会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
G
N
I
D
A
O
L
why20031113
博客园
首页
新随笔
联系
订阅
管理
2025年10月25日
U623471 暂未定题目数据生成器
摘要: 点击查看代码 #include<bits/stdc++.h> using namespace std; mt19937_64 mrd(time(0)); const int N=1e9+7,inf=1e9,M=6e7; int pri[M],tot,fa[200010]; bool vis[N];
阅读全文
posted @ 2025-10-25 19:48 why20031113
阅读(13)
评论(2)
推荐(1)