题目链接 题意:求[1,n]有多少个素数,1<=n<=10^11。时限为6000ms。 官方题解:一个模板题, 具体方法参考wiki或者Four Divisors。 题解:给出两种代码。 第一种方法Meisell-Lehmer算法只需265ms。 第二种方法不能运行但是能AC,只需35行。 第一种: ...
分类:
其他好文 时间:
2016-09-19 19:28:24
阅读次数:
366
题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=5900 Problem Description Every school has some legends, Northeastern University is the same.Enter from ...
分类:
其他好文 时间:
2016-09-18 21:11:00
阅读次数:
147
QSC and Master Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Problem Description Every school has some legends, N ...
分类:
其他好文 时间:
2016-09-18 19:41:25
阅读次数:
201
原题地址:http://acm.hdu.edu.cn/showproblem.php?pid=5901 题意:输入n,输出n以内质数个数 模板题,模板我看不懂,只是存代码。 ...
分类:
其他好文 时间:
2016-09-18 18:11:35
阅读次数:
292
TonyFang+Sps+我=5/12 滚了个大粗 01 I count two three 题意:求形同的数中大于n的最小值 题解:预处理所有的(5194个),在这里面二分 #include #include #include #include #include #include #include... ...
分类:
其他好文 时间:
2016-09-17 23:20:13
阅读次数:
137
原题地址:http://acm.hdu.edu.cn/showproblem.php?pid=5881 Tea Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submiss ...
分类:
其他好文 时间:
2016-09-17 23:19:27
阅读次数:
211
题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=5881 Problem Description Tea is good.Tea is life.Tea is everything.The balance of tea is a journey of p ...
分类:
其他好文 时间:
2016-09-17 21:57:07
阅读次数:
191
题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=5884 Problem Description Recently, Bob has just learnt a naive sorting algorithm: merge sort. Now, Bob ...
分类:
其他好文 时间:
2016-09-17 21:39:39
阅读次数:
158
The Best Path Time Limit: 9000/3000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others) Problem Description Alice is planning her travel route ...
分类:
其他好文 时间:
2016-09-17 19:16:56
阅读次数:
138