优质题解 一伯分代码和思路 摘要:刚看到这个题,想到的就是i从1到n遍历,每个i出现做为因子的个数是(n/i),全部加起来就可以了 代码:const LL mod=1000000007; LL ans=0; int ma…… 题解列表 2022年06月04日 0 点赞 6 评论 1295 浏览 评分:8.4
因数平方和(数论分块+数学式子推导) 摘要:~~~ #include using namespace std; const int mod=1e9+7; typedef long long ll; int n; ll qmin(ll…… 题解列表 2023年02月09日 0 点赞 0 评论 480 浏览 评分:5.0