摘要: 先上题目:最大连续子序列Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 16518Accepted Submission(s): 7251Problem Description给定K个整数的序列{ N1, N2, ..., NK },其任意连续子序列可表示为{ Ni, Ni+1, ...,Nj },其中 1 2 #include 3 #define MAX 10010 4 using namespace std; 5 6 int a[MA... 阅读全文
posted @ 2014-01-16 19:16 海拉鲁的林克 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 先上题目:Common SubsequenceTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 19679Accepted Submission(s): 8389Problem DescriptionA subsequence of a given sequence is the given sequence with some elements (possible none) left out. Given a sequence X = an. 阅读全文
posted @ 2014-01-16 16:42 海拉鲁的林克 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 先上题目:A -Tourist ProblemTime Limit:1000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeCodeForces 340CDescriptionIahub is a big fan of tourists. He wants to become a tourist himself, so he planned a trip. There arendestinations on a straight road that Iahub wants to visit. 阅读全文
posted @ 2014-01-16 12:05 海拉鲁的林克 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 先上题目:Super Jumping! Jumping! Jumping!Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 18956Accepted Submission(s): 8136Problem DescriptionNowadays, a kind of chess game called “Super Jumping! Jumping! Jumping!” is very popular in HDU. Maybe you are 阅读全文
posted @ 2014-01-16 11:15 海拉鲁的林克 阅读(141) 评论(0) 推荐(0) 编辑