09 2022 档案
jerry99的序列 --binary search, math
摘要:#include <bits/stdc++.h> using namespace std; using i64 = long long; const int N = 1e5 + 10; const int M = N - 10; int tot, vis[N], prime[N]; //#defin
阅读全文