摘要:
求出最小质因数,然后做除法 #include <bits/stdc++.h> using namespace std ; const int N=5e3+1; int vis[N],c[N],tot; int g[N]; void init(int top){ vis[1]=1; int i,j; 阅读全文
posted @ 2022-12-21 17:44
towboat
阅读(21)
评论(0)
推荐(0)
摘要:
// 阅读全文
posted @ 2022-12-21 11:17
towboat
阅读(46)
评论(0)
推荐(0)
摘要:
// 阅读全文
posted @ 2022-12-21 11:17
towboat
阅读(15)
评论(0)
推荐(0)
浙公网安备 33010602011771号