[Solved] Count Subarrays With Score Less Than K LeetCode Contest Problem
![[Solved] Count Subarrays With Score Less Than K LeetCode Contest Problem [Solved] Count Subarrays With Score Less Than K LeetCode Contest Problem](https://realcoder.techss24.com/wp-content/uploads/2022/06/Solved-Count-Subarrays-With-Score-Less-Than-K-LeetCode-Contest-Problem.png)
Count Subarrays With Score Less Than K: The score of an array is defined as the product of its sum and its length. For example, the score of [1, 2, 3, 4, 5] is (1 + 2 + 3 + 4 + 5) * 5 = 75.…