摘要: 公式:f(n)=ln(n)+C+1/(2*n) 当n < 10000时,直接算,大于10000时用公式,其中C≈0.57721566490153286060651209 #include<bits/stdc++.h> using namespace std; const double r = 0.5 阅读全文
posted @ 2021-05-24 12:51 Acception 阅读(830) 评论(0) 推荐(0)