10 2015 档案

摘要:石子合并(一)时间限制:1000ms | 内存限制:65535KB难度:3描述有N堆石子排成一排,每堆石子有一定的数量。现要将N堆石子并成为一堆。合并的过程只能每次将相邻的两堆石子堆成一堆,每次合并花费的代价为这两堆石子的和,经过N-1次合并后成为一堆。求出总的代价最小值。输入有多组测试数据,输入到... 阅读全文
posted @ 2015-10-30 23:06 Tobu 阅读(653) 评论(0) 推荐(0) 编辑
摘要:心急的C小加时间限制:1000ms | 内存限制:65535KB难度:4描述C小加有一些木棒,它们的长度和质量都已经知道,需要一个机器处理这些木棒,机器开启的时候需要耗费一个单位的时间,如果第i+1个木棒的重量和长度都大于等于第i个处理的木棒,那么将不会耗费时间,否则需要消耗一个单位的时间。因为急着... 阅读全文
posted @ 2015-10-25 23:08 Tobu 阅读(200) 评论(0) 推荐(0) 编辑
摘要:整数类型最大值: short : 32766; int : 2147483646; lower_bound: 找出指向满足ai >= k 的 ai 的最小的指针;求最长单调递增序列; upper_bound: 找出指向满足ai > k 的 ai 的最小的指针;求最长单调不递减序列; upper_bo 阅读全文
posted @ 2015-10-23 17:49 Tobu 阅读(112) 评论(0) 推荐(0) 编辑
摘要:skingTime Limit:1000MSMemory Limit:65536KTotal Submissions:85229Accepted:31935DescriptionMichael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得... 阅读全文
posted @ 2015-10-22 20:41 Tobu 阅读(392) 评论(0) 推荐(0) 编辑
摘要:Scientific ConferenceTime Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeURAL 1203DescriptionFunctioning of a scient... 阅读全文
posted @ 2015-10-22 13:34 Tobu 阅读(225) 评论(0) 推荐(0) 编辑
摘要:Maximum SumTime Limit:500MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeURAL 1146DescriptionGiven a 2-dimensional array of pos... 阅读全文
posted @ 2015-10-22 13:12 Tobu 阅读(184) 评论(0) 推荐(0) 编辑
摘要:K-based NumbersTime Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeURAL 1009DescriptionLet’s considerK-based numbers... 阅读全文
posted @ 2015-10-20 22:21 Tobu 阅读(162) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-10-18 23:53 Tobu 阅读(5) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-10-18 23:49 Tobu 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-10-18 23:48 Tobu 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-10-18 23:46 Tobu 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-10-18 23:45 Tobu 阅读(1) 评论(0) 推荐(0) 编辑
摘要:Silver Cow PartyTime Limit:2000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusPracticePOJ 3268DescriptionOne cow from each ofNfarms (1... 阅读全文
posted @ 2015-10-16 17:15 Tobu 阅读(173) 评论(0) 推荐(0) 编辑
摘要:Sightseeing tripTime Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusPracticePOJ 1734DescriptionThere is a travel agency in A... 阅读全文
posted @ 2015-10-15 20:11 Tobu 阅读(295) 评论(0) 推荐(0) 编辑
摘要:find the longest of the shortestTime Limit:5000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 1595Appoint description:Desc... 阅读全文
posted @ 2015-10-13 22:24 Tobu 阅读(215) 评论(0) 推荐(0) 编辑
摘要:Laurenty and Shoptime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputA little boy Laurenty has been p... 阅读全文
posted @ 2015-10-13 12:44 Tobu 阅读(182) 评论(0) 推荐(0) 编辑
摘要:Dima and Lisatime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputDima loves representing an odd numbe... 阅读全文
posted @ 2015-10-08 21:55 Tobu 阅读(217) 评论(0) 推荐(0) 编辑
摘要:Marina and Vasyatime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputMarina loves strings of the same ... 阅读全文
posted @ 2015-10-07 18:37 Tobu 阅读(228) 评论(0) 推荐(0) 编辑
摘要:Kolya and Tanyatime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputKolya loves putting gnomes at the ... 阅读全文
posted @ 2015-10-07 14:52 Tobu 阅读(207) 评论(0) 推荐(0) 编辑
摘要:Two Substringstime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou are given strings. Your task i... 阅读全文
posted @ 2015-10-06 23:41 Tobu 阅读(302) 评论(0) 推荐(0) 编辑
摘要:GCD Tabletime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputThe GCD tableGof sizen × nfor an array ... 阅读全文
posted @ 2015-10-06 10:08 Tobu 阅读(242) 评论(0) 推荐(0) 编辑
摘要:LCSTime Limit: 6000/3000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 305Accepted Submission(s): 146Problem Descripti... 阅读全文
posted @ 2015-10-04 15:53 Tobu 阅读(172) 评论(0) 推荐(0) 编辑
摘要:RectangleTime Limit: 1000msMemory Limit: 65536KB64-bit integer IO format:%lld Java class name:Mainfrog has a piece of paper divided intonrows andmcolu... 阅读全文
posted @ 2015-10-02 20:27 Tobu 阅读(318) 评论(0) 推荐(0) 编辑
摘要:Right turnTime Limit: 1000msMemory Limit: 65536KB64-bit integer IO format:%lld Java class name:Mainfrog is trapped in a maze. The maze is infinitely l... 阅读全文
posted @ 2015-10-02 15:24 Tobu 阅读(456) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示