51nod-1186 质数检测 V2

地址:http://www.51nod.com/Challenge/Problem.html#!#problemId=1186 思路:Miller-Rabin随机算法+__int128大法 Code: #include<iostream> using namespace std; typedef long long LL; typedef __int128 LLL; LLL mod_mul(LL
相关文章
相关标签/搜索