摘要: 题解在代码里,如下 点击查看代码 #include<bits/stdc++.h> typedef long long LL; using namespace std; //如果一个数n不是质数,就一定有非一的因数x<=sqrt(n); const int N=5e4; //因为所给题目最大到(1<< 阅读全文
posted @ 2023-03-31 20:55 xxj112 阅读(115) 评论(0) 推荐(0)