Maximize sum of ratios of N given fractions by incrementing numerator and denominators K times by 1
Given a positive integer K and an array arr[] consisting of {numerator, denominator} of N fractions, the task is to find the sum of the ratio of the given fractions after incrementing numerators and denominators by 1, K number of times. Examples: Input: arr[][] = {{1, 2}, {3, 5}, {2, 2}}, K = 2Outpu