Maximize Array sum after incrementing at most K elements followed by dividing array by X
Given an array, arr[] and two integers, K and X, the task is to maximize the sum of the array elements after at most K increments of any elements, then dividing all of the elements by X Example: Input: arr = {16, 15, 17}, K = 8, X = 10Output: 5Explanation: At most 8 increments are allowed. So, incre