3的n次冪 mod 19

#include<iostream> #include<cstdio> #include<cmath> #include<algorithm> using namespace std; typedef long long LL; int Max=19; LL fun(LL x,LL n) { LL res=1; while(n>0) { if(n & 1)
相關文章
相關標籤/搜索