* Given an array consisting of n integers, find the contiguous subarray of given length k * that has the maximum average value. You need to output the maximum average value.
[LC581](https://leetcode.com/problems/shortest-unsorted-continuous-subarray/description/) Given an integer array, you need to find one continuous subarray that if you ...