poj 2593 max sequence

/* busyfisher 2013/6/25 poj 2593 max sequence 動態規劃:分別求出從左到右順序數組的最大子數組和從右到左順序數組的最大子數組; ans = max{dp_left[i]+dp_left[i+1] | 1<=i<N} Memory: 1432K Time: 204MS Language: C++ Result: Accepted *
相關文章
相關標籤/搜索