奋斗鲜花

文章
8
资源
0
加入时间
3年0月21天

约数之和【数论】【扩欧】

>Linkybtoj约数之和>Description求 ABA^BAB 所有约数之和模 990199019901>解题思路可以把 AAA 质因数分解为>代码#include <iostream>#include <cstdio>#include <cstring>#include <algorithm>#define LL lon