首页 > TAG信息列表 > endi
Leetcode 1589. 所有排列中的最大和(有思路但超时)
有一个整数数组 nums ,和一个查询数组 requests ,其中 requests[i] = [starti, endi] 。第 i 个查询求 nums[starti] + nums[starti + 1] + ... + nums[endi - 1] + nums[endi] 的结果 ,starti 和 endi 数组索引都是 从 0 开始 的。 你可以任意排列 nums 中的数字,请你返回所有查询结