1. 程式人生 > >【DP經典系列】最大連續子序列和

【DP經典系列】最大連續子序列和

For each test case, you should output two lines. The first line is "Case #:", # means the number of the test case. The second line contains three integers, the Max Sum in the sequence, the start position of the sub-sequence, the end position of the sub-sequence. If there are more than one result, output the first one. Output a blank line between two cases.