
组合数学
Wang_rush
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HDU - 4135 Co-prime(容斥原理)
Given a number N, you are asked to count the number of integers between A and B inclusive which are relatively prime to N. Two integers are said to be co-prime or relatively prime if they have no comm...原创 2019-12-27 15:13:42 · 181 阅读 · 0 评论 -
HDU - 1796 How many integers can you find(容斥原理+二进制枚举)
Now you get a number N, and a M-integers set, you should find out how many integers which are small than N, that they can divided exactly by any integers in the set. For example, N=12, and M-integer s...原创 2019-12-23 20:45:59 · 219 阅读 · 0 评论