Find length of smallest subarray whose sum of elements is greater than the given number: Example: Input: 1,2,3,4,5,6,7,8 k=20 Output: 6,7,8
Input: 1,2,3,4,5,6,7,8 k=7