totaled
totaled
全部文章
分类
atcoder(1)
codeforces(6)
leetcode(17)
Linux(5)
操作系统(2)
数据结构(7)
未归档(1)
算法(23)
网络编程(1)
计算机网络(5)
题解(84)
归档
标签
去牛客网
登录
/
注册
qin_peng
O_O
TA的专栏
10篇文章
0人订阅
Hello Code
10篇文章
8715人学习
全部文章
(共1篇)
HDU-6069 Counting Divisors
Counting Divisors 区间筛做法.将内的素数筛出来,以素数的位置开始往后筛,边记录每个素数对该数的贡献. #include<bits/stdc++.h> #define me(a,x) memset(a,x,sizeof(a)) #define sc scanf...
区间筛
2019-09-12
0
631