摘要: 036.Miller-Rabin 素性测试 判断较大素数 模板检测 复杂度O(k(logn)^3) k为 p[] 的数量 #include<bits/stdc++.h> using namespace std; typedef __int128 LL; template<typename T>void read(T&x){ x=0;bool 阅读全文
posted @ 2026-01-06 22:38 射杀百头 阅读(7) 评论(0) 推荐(0)