摘要: 问题: 求给定数组的连续子数组个数,使得子数组之乘积,小于给定值 k Example 1: Input: nums = [10, 5, 2, 6], k = 100 Output: 8 Explanation: The 8 subarrays that have product less than 阅读全文
posted @ 2020-04-24 18:29 habibah_chang 阅读(154) 评论(0) 推荐(0)