摘要: 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 阅读(50) 评论(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 阅读(46) 评论(0) 推荐(0) 编辑
知识共享许可协议
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。