
数学
Styx12
emmmmmmm......
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Codeforces Eyad and Math Gym - 101502H (数学)
Eyad was given a simple math problem, but since he is very bad at math he asked you to help him.Given 4 numbers, a, b, c, and d. Your task is to find whether ab is less than cd or not.It is guaranteed转载 2017-12-05 16:49:47 · 453 阅读 · 0 评论 -
HDU - 2045不容易系列之(3)离散 - 置换群着色
题目链接:HDU - 2045题目描述:原创 2017-11-20 12:40:16 · 447 阅读 · 0 评论 -
HDU - 2049不容易系列之(4)递推 - 错排
排错+递归原创 2017-11-16 22:26:28 · 474 阅读 · 0 评论 -
HDU - 2032 杨辉三角
DP原创 2017-11-16 14:40:25 · 292 阅读 · 0 评论 -
51Nod - 1284 - 2 3 5 7的倍数L 离散 - 容斥原理
题目连接:51Nod - 1284 题目描述: 给出一个数N,求1至N中,有多少个数不是2 3 5 7的倍数。 例如N = 10,只有1不是2 3 5 7的倍数。 Input输入1个数N(1 <= N <= 10^18)。Output输出不是2 3 5 7的倍数的数共有多少。Sample Input10Sample Output1要求有多少个不是2的倍数&&不是3的倍数&&不是5的倍数&原创 2017-12-05 19:36:13 · 379 阅读 · 0 评论