http://acm.hdu.edu.cn/showproblem.php?pid=1800 字典树 #include#include#includeusing namespace std;struct node{ int sum; node *next[10]; ...
分类:
其他好文 时间:
2015-08-01 17:05:19
阅读次数:
114
D. Bag of miceThe dragon and the princess are arguing about what to do on the New Year's Eve. The dragon suggests flying to the mountains to...
分类:
其他好文 时间:
2015-07-28 00:41:54
阅读次数:
121
lightoj 1341 Aladdin and the Flying Carpet (唯一分解定理)...
分类:
其他好文 时间:
2015-07-27 21:10:05
阅读次数:
96
题意:总区间中有n个数(n#include#include#includeusing namespace std;#define ld long doubleld pi=acos(-1.0); //注意π的精度int num[500010],sum[500010];long long snum[.....
分类:
其他好文 时间:
2015-07-25 15:10:35
阅读次数:
115
通道:http://acm.hdu.edu.cn/showproblem.php?pid=5307题意:给出n个数,然后求所有的dp[i],这里的dp[i]就是所有连续区间内和为i的区间长度总和代码: 感谢沈洋。 1 #include 2 3 typedef long long ll; 4 ...
分类:
其他好文 时间:
2015-07-23 21:29:06
阅读次数:
180
题目链接:http://lightoj.com/volume_showproblem.php?problem=1341题意:
给出整数 a 和 b ,求区间[b, a] 内的 a 的约数对的个数,a 的约数对(比如[2, 3] 与 [3, 2] 为同一对)。解法:
主要利用公式:
一个整数n可以表示为若干素数乘积: n = p1^a1 * p2^a2*…*pm^am;
则 n 的正因数的个数...
分类:
其他好文 时间:
2015-06-17 18:22:39
阅读次数:
98
参考
http://www.cnblogs.com/flying_bat/archive/2007/09/25/905133.html
http://www.cnblogs.com/Sniper-quay/archive/2011/04/23/2025643.html
http://www.2cto.com/kf/201501/367905.html
http://blog.c...
分类:
其他好文 时间:
2015-06-17 16:45:53
阅读次数:
226
light_oj 1347 算术基本定理C -Aladdin and the Flying CarpetTime Limit:3000MSMemory Limit:32768KB64bit IO Format:%lld & %lluSubmitStatusPracticeLightOJ 1341De...
分类:
其他好文 时间:
2015-06-03 00:51:41
阅读次数:
149
本项目所开发的软件系统全称为“多功能五子棋游戏”。本项目为《高级软件工程》课程大作业选题,由项目客户(姜明老师)提出并由Flying团队组织开发,本项目开发主要目的为学习并熟悉软件工程项目开发流程,本项目的预期用户是中国科学技术大学软件学院软件工程专业06级(硕)嵌入式系统设计专业方向所有五子棋游戏...
分类:
其他好文 时间:
2015-05-31 18:21:22
阅读次数:
189
Given an interval list which are flying and landing time of the flight. How many airplanes are on the sky at most?ExampleFor interval list[[1,10],[2,3...
分类:
其他好文 时间:
2015-05-14 23:40:05
阅读次数:
174