Master of Phi(极性函数+欧拉函数)

题目: Master of Phi  思路:参考博客:HDU-6265 Master of Phi (数论) 欧拉函数内容: 代码: #include<bits/stdc++.h> using namespace std; #define LL long long LL a[60], b[60]; const LL mod = 998244353; LL q_pow(LL a, LL b) {
相关文章
相关标签/搜索