薇薇啵啵
薇薇啵啵
全部文章
题解
基础题(2)
归档
标签
去牛客网
登录
/
注册
薇薇薇ya
希望有一天自己能变大神。今天也要加油鸭!
全部文章
/ 题解
(共1篇)
因数个数
/* * 因数个数(使用到质数筛法) */ #include <iostream> #include <cstdio> #include <vector> #include <math.h> using namespace std; const...
因数
2020-04-25
5
1216