欧拉降幂公式

题目连接php   #include<cstring> #include<stdio.h> #include<iostream> #include<algorithm> #include<math.h> using namespace std; typedef long long ll; ll quick_pow(ll a, ll b, ll z){ if(b == 0) return 1;
相关文章
相关标签/搜索