求大数的n次方对m取模(欧拉降幂)

博主连接c++ #include <stdio.h> #include <bits/stdc++.h> using namespace std; typedef long long ll; const int INF = 0x3f3f3f3f; const int MAXN = 1e5 + 10; const int MOD = 1e9 + 7; char s[MAXN]; long long
相关文章
相关标签/搜索