摘要:
题解在代码里,如下 点击查看代码 #include<bits/stdc++.h> typedef long long LL; using namespace std; //如果一个数n不是质数,就一定有非一的因数x<=sqrt(n); const int N=5e4; //因为所给题目最大到(1<< 阅读全文
摘要:
点击查看代码 using namespace std; typedef long long LL; typedef pair<string,int> PLL; #define IOS cin.tie(nullptr)->sync_with_stdio(false); #define se secon 阅读全文