typestatusdateslugsummarytagscategoryiconpassword创建时间Nov 21, 2024 02:25 PM给你一个整数数组 arr 和两个整数 k 和 threshold 。请你返回长度为 k 且平均值大于等于 threshold 的子数组数目。https://leetcode.cn/problems/number-of-sub-arrays-of-size-k-and-average-greater-than-or-equal-to-threshold/description/📎 参考无