随笔分类 -  ACM

Record the problem I have solve
摘要:题目:SupermarketTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 9769 Accepted: 4219DescriptionA supermarket has a set Prod of pr... 阅读全文
posted @ 2015-05-18 23:26 Kinthon 阅读(141) 评论(0) 推荐(0)
摘要:题目:DescriptionGiven a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater loca... 阅读全文
posted @ 2015-05-13 00:46 Kinthon 阅读(153) 评论(0) 推荐(0)
摘要:题目:DescriptionLittle Valentine liked playing with binary trees very much. Her favorite game was constructing randomly looking binary trees with capita... 阅读全文
posted @ 2015-05-11 15:36 Kinthon 阅读(323) 评论(0) 推荐(0)
摘要:题目:DescriptionThere is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. Fro... 阅读全文
posted @ 2015-05-11 15:02 Kinthon 阅读(142) 评论(0) 推荐(0)
摘要:题目:Description73 88 1 02 7 4 44 5 2 6 5(Figure 1)Figure 1 shows a number triangle. Write a program that calculates the highest sum... 阅读全文
posted @ 2015-05-09 11:21 Kinthon 阅读(152) 评论(0) 推荐(0)
摘要:题目:DescriptionMichael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道载一个区域中最长底滑坡。区域由一个二维数组给出。数组的每个数字代表点的高度。下面是一个例子 1... 阅读全文
posted @ 2015-05-09 10:24 Kinthon 阅读(191) 评论(0) 推荐(0)