American Express 店面

Given an array nums and two sliding windows of size K & L which don’t have any element in common between them, you need to return the maximum sum of elements we can get between both windows.

感觉类似 https://leetcode.com/problems/maximum-sum-of-two-non-overlapping-subarrays/

报个我的

  • 李寇要领伞要
  • 数组上两个不重叠的滑动窗⼝内数字和的最⼤值