Ranking sums

You are given nn integer numbers. If you compute all the (n2)\binom{n}{2} sums of any two of those numbers, and you sort them all, which is the kk-th of those sums?

For instance, if n=3n = 3 and you are given the numbers 6, 6, and 4, you can make three sums: 6+6=126 + 6 = 12, 6+4=106 + 4 = 10, and 6+4=106 + 4 = 10. Therefore, the first of those sums is 10, the second is 10, and the third is 12.

Input

Input consists of several cases, each with kk and nn, followed by the nn numbers, all between 1 and 10810^8. Assume 2n41042 \le n \le 4 \cdot 10^4 and 1k(n2)1 \le k \le \binom{n}{2}.

Output

For every case, print the kk-th sum of all the pairs of numbers.

Problem information

Author: Salvador Roura

Generation: 2026-01-25T10:12:33.233Z

© Jutge.org, 2006–2026.
https://jutge.org