摘要: T1 取餐号 看到数据范围 直接锁定埃氏筛和线性筛 我打的是一个优化一点的埃氏筛 #include<bits/stdc++.h> using namespace std; #define LL long long const int MAX = 5*1e6+50; LL p[MAX],tot,n,m 阅读全文
posted @ 2022-07-16 19:14 Nogtade 阅读(11) 评论(0) 推荐(0)