上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 25 下一页
摘要: Each year, fall in the North Central region is accompanied by the brilliant colors of the leaves on the trees, followed quickly by the falling leaves ... 阅读全文
posted @ 2012-10-30 16:43 calmound 阅读(386) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/yyxaf/article/details/7527878搜索关键词:散列函数、散列表、哈希函数、哈希表、Hash函数、Hash表散列方法不同于顺序查找、二分查找、二叉排序树及B-树上的查找。它不以关键字的比较为基本操作,采用直接寻址技术。在理想情况下,无须... 阅读全文
posted @ 2012-10-22 07:36 calmound 阅读(3163) 评论(0) 推荐(0) 编辑
摘要: StepsOne steps through integer points of the straight line. The length of a step must be nonnegative and can be by one bigger than, equal to, or by on... 阅读全文
posted @ 2012-08-28 15:52 calmound 阅读(175) 评论(0) 推荐(0) 编辑
摘要: The ? 1 ? 2 ? ... ? n = k problemThe problemGiven the following formula, one can set operators '+' or '-' instead of each '?', in order to obtain a gi... 阅读全文
posted @ 2012-08-28 13:50 calmound 阅读(272) 评论(0) 推荐(0) 编辑
摘要: Cube paintingWe have a machine for painting cubes. It is supplied with three different colors: blue, red and green. Each face of the cube gets one of ... 阅读全文
posted @ 2012-08-27 19:12 calmound 阅读(902) 评论(0) 推荐(0) 编辑
摘要: Anti-prime SequencesTime Limit:3000MSMemory Limit:30000KTotal Submissions:2175Accepted:1022DescriptionGiven a sequence of consecutive integers n,n+1,n... 阅读全文
posted @ 2012-08-23 13:29 calmound 阅读(662) 评论(0) 推荐(0) 编辑
摘要: Prime LandTime Limit:1000MSMemory Limit:10000KTotal Submissions:2122Accepted:979DescriptionEverybody in the Prime Land is using a prime base ... 阅读全文
posted @ 2012-08-22 20:40 calmound 阅读(430) 评论(0) 推荐(0) 编辑
摘要: A:该题写了很久,一直TLE,主要是枚举到n/2时间复杂度实在太高了,其实嘛,这道题就是因式分解,所以就是i*i=n,也就是sqrt(n)#include#includeint main(){ int n,T,i; int a,b; scanf("%d",&T); while... 阅读全文
posted @ 2012-08-22 09:48 calmound 阅读(567) 评论(0) 推荐(0) 编辑
摘要: DescriptionThe ministers of the cabinet were quite upset by the message from the Chief of Security stating that they would all have to change the four... 阅读全文
posted @ 2012-08-19 16:41 calmound 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 题意:write a program to find out a nonzero multiple m of n whose decimal representation contains only the digits 0 and 1。写一个程序找出一个是n的倍数且只包含0,1的m看了别人的代码,... 阅读全文
posted @ 2012-08-19 15:35 calmound 阅读(259) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 25 下一页