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