摘要:
Code #include <cstdio> #include <algorithm> using namespace std; const int N = 1000001; bool primeQ[N]; int prime[N / 10]; int cnt; int a, d, n, cur; 阅读全文
posted @ 2021-09-18 20:41
Mojibake
阅读(62)
评论(0)
推荐(0)
摘要:
Code #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> using namespace std; const int N = 128; struct bigInt{ int num[N]; // 阅读全文
posted @ 2021-09-18 10:01
Mojibake
阅读(52)
评论(0)
推荐(0)

浙公网安备 33010602011771号