C. Array Splitting You are given a sorted array a1,a2,…,ana1,a2,…,an (for each index i>1i>1 condition ai≥ai−1ai≥ai−1 holds) and an integer kk. You are asked to divide this array into kk non-empty consecutive subarrays. Every element in the array should...