typestatusdateslugsummarytagscategoryiconpassword创建时间Mar 18, 2025 06:02 AM给你一个整数数组 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/滑动窗口📎 参考无