题目链接
给定长为n的数组, 找到m组(L, R), 使得|sum(L,R)| - C
的和最大, 其中C为常数(输入中给出), 每个(L, R)只出现一次。
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.