G
N
I
D
A
O
L
摘要: 点击查看代码 #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)