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
相關文章
相關標籤/搜索