Given an array of integers nums and an integer k, return the number of contiguous subarrays such that the product of all elements in each subarray is strictly less than k.
Given an array of integers nums and an integer k, return the number of contiguous subarrays such that the product of all elements in each subarray is strictly less than k.