随笔分类 -  素数_因子_素因子

摘要:这里找到相应的分类的博客(DIY完了博客,但设置分类不会啊。逃~) 阅读全文
posted @ 2020-03-19 16:38 AlexPanda 阅读(246) 评论(0) 推荐(0)
摘要:#include <bits/stdc++.h> using namespace std; #define IO ios::sync_with_stdio(false);cin.tie(0);cout.tie(0) bool judge(int x){ int z = floor(sqrt(x)+0 阅读全文
posted @ 2019-04-09 14:06 AlexPanda 阅读(148) 评论(0) 推荐(0)