点击打开链接题目链接
Treasure Exploration
Time Limit: 6000MS
Memory Limit: 65536K
Total Submissions: 7215
Accepted: 2947
Description
Have you ever read any book about tr...
分类:
其他好文 时间:
2015-07-27 23:09:40
阅读次数:
156
Treasure Hunt I
Time Limit: 2 Seconds Memory Limit: 65536 KB
Akiba is a dangerous country since a bloodsucker living there. Sometimes the bloodsucker will appear and kill everyone who isn...
分类:
其他好文 时间:
2015-07-25 07:12:36
阅读次数:
109
Treasure Exploration
Time Limit: 6000MS
Memory Limit: 65536K
Total Submissions: 7208
Accepted: 2944
Description
Have you ever read any book about treasure exploration...
分类:
其他好文 时间:
2015-07-24 18:23:25
阅读次数:
116
Treasure ExplorationTime Limit:6000MSMemory Limit:65536KTotal Submissions:7171Accepted:2930DescriptionHave you ever read any book about treasure explo...
分类:
其他好文 时间:
2015-07-12 01:34:15
阅读次数:
157
HDU 3641 Treasure Hunting(阶乘素因子分解+二分)...
分类:
其他好文 时间:
2015-07-06 12:25:10
阅读次数:
108
题目:@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@总时间限制:1000ms内存限制:65536kB描述Finding buried treasures is simple: all you need is a map! The pirate...
分类:
其他好文 时间:
2015-06-24 23:53:53
阅读次数:
138
四五月份做ACM校赛都是没怎么接触过评测系统,很多注意要点都不了解。网络赛给时间长,最后全AC通过了,现场赛虽然一等奖,但是还是有点捉襟见肘,7道题目只做出来了4道,因为会的这几道代码提交比较早,所以才能得到一等奖,但是问题也还是比较明显,对于很多学过的数据结构和算法的知识运用不熟练,快速编程实现能力还是比较弱。所以6月份觉得自己需要大量的训练,所以从6号开始,到今天已经18天了,18天100道题目,也是努力坚持一步一步走过来,虽然100道题目不多,UVa hunting上第一名大神AC了4527道。。。感...
分类:
其他好文 时间:
2015-06-24 22:38:32
阅读次数:
198
dp( l , r ) = sum( l , r ) - min( dp( l + 1 , r ) , dp( l , r - 1 ) ) 被卡空间....我们可以发现 l > r 是无意义的 , 所以可以省下一半的空间----------------------------------------...
分类:
其他好文 时间:
2015-06-21 20:57:44
阅读次数:
211
Treasure Hunting
Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others)
Total Submission(s): 1532 Accepted Submission(s): 400
Problem Description
Do you like t...
分类:
其他好文 时间:
2015-06-18 19:48:34
阅读次数:
129
Problem Description
Long long ago, there was a gunner whose name is Jack. He likes to go hunting very much. One day he go to the grove. There are n birds and n trees. The i-th bird stands on the to...
分类:
其他好文 时间:
2015-06-09 22:04:06
阅读次数:
140