2022年12月21日
摘要: 求出最小质因数,然后做除法 #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 阅读(19) 评论(0) 推荐(0)
摘要: // 阅读全文
posted @ 2022-12-21 11:17 towboat 阅读(45) 评论(0) 推荐(0)
摘要: // 阅读全文
posted @ 2022-12-21 11:17 towboat 阅读(14) 评论(0) 推荐(0)