码迷,mamicode.com
首页 >  
搜索关键字:最大字串和    ( 12个结果
Colidity-- MaxDoubleSliceSum
左右两次遍历,记录以当前元素结尾的左边最大字串和以及右边最大字串和,最后遍历,相加 1 // you can also use includes, for example: 2 // #include 3 #include 4 #include 5 int solution(vector &A...
分类:其他好文   时间:2014-09-18 11:10:43    阅读次数:197
CF243 DIV2 C Sereja and Swaps(暴力)
题意:给你一个数组,问你交换最多K个数以后,最大子串和为多少;解题思路:枚举这个数组最大字串和的起点和终点,然后优先队列交换这段里面的小数去换外面的大数,即可求出答案!解题代码: 1 // File Name: c.cpp 2 // Author: darkdream 3 // Created Ti...
分类:其他好文   时间:2014-04-29 21:44:33    阅读次数:605
12条   上一页 1 2
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!