陌研
陌研
全部文章
题解
归档
标签
去牛客网
登录
/
注册
陌研的博客
全部文章
/ 题解
(共1篇)
题解 | #Prime Land#
【Prime Land】 先求出x=∏pieix=\prod p_i^{e_i}x=∏piei,然后对x−1x-1x−1分解质因数并输出。 #include <bits/stdc++.h> #define int long long using namespace std; con...
数学
分解质因数
2021-10-28
0
369