摘要: 题目描述: 给定K个整数的序列{ N1, N2, ..., NK },其任意连续子序列可表示为{ Ni, Ni+1, ..., Nj },其中 1 #include using namespace std;int main(){ int a[10005]; int count,i,j; int st... 阅读全文
posted @ 2015-03-05 18:36 泡面小王子 阅读(315) 评论(0) 推荐(0) 编辑
摘要: Max SumProblem DescriptionGiven a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,... 阅读全文
posted @ 2015-03-05 17:11 泡面小王子 阅读(316) 评论(0) 推荐(0) 编辑