# and two positive integers L and R (L <= R). # Return the number of (contiguous, non-empty) subarrays # such that the value of the maximum array element in that subarray is at least L and at most R. ...