luogu 4844 LJJ愛數數

題目描述: 給出n,求出三元組(a,b,c)組數,使得gcd(a,b,c)==1且1/a+1/b==1/c。 題解: 代碼: #include<cmath> #include<cstdio> #include<cstring> #include<algorithm> using namespace std; #define ll long long #define N 1500050 ll n,a
相關文章
相關標籤/搜索