Hello everyone I've come across this problem and I can't figure out how to solve it. We have an array a of length N (1<N<60) . We write down average of all the sub arrays of a and sort them. The problem is what is the Kth number (1<K<2^N) Sample input 4 1\n 1 2 3 4 Sample output 8/3