摘要: 洛谷P3383 线性筛素数 线性筛,那很模板了 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=1000010;//1e9+7; ll read(){ll x;scanf("%lld",&x 阅读全文
posted @ 2025-08-10 17:22 zzuqy 阅读(46) 评论(0) 推荐(0)