返回顶部
摘要: #include<iostream> #include<cstdio> #include<cmath> using namespace std; typedef long long int LL; const LL maxn=100010; LL prime[maxn]; bool p[maxn]= 阅读全文
posted @ 2022-04-09 12:18 tianyudizhua 阅读(72) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> using namespace std; const int maxn=100010; int data[maxn]; bool judge(int l,int r,int x) { for(int i=l;i<=r;i++) { for(int j=l;j<= 阅读全文
posted @ 2022-04-09 12:14 tianyudizhua 阅读(154) 评论(0) 推荐(0) 编辑