摘要: HDU.1796 How many integers can you find ( 组合数学 容斥原理 二进制枚举)题意分析求在[1,n-1]中,m个整数的倍数共有多少个 与 UVA.10325 The Lottery 一模一样。前置技能和其一样,但是需要注意的有一下几点: 1. m... 阅读全文
posted @ 2017-08-08 12:33 pengwill 阅读(178) 评论(0) 推荐(0)
摘要: UVA.10325 The Lottery (组合数学 容斥原理)题意分析首先给出一个数n,然后给出m个数字(m#include #include #define nmax 20#define ll long longusing namespace std;ll initnum[nm... 阅读全文
posted @ 2017-08-08 11:06 pengwill 阅读(181) 评论(0) 推荐(0)