There are N cards, where N=2k+1 is an odd integer ≥3.
Also, there are two arrays A=[a1,a2,...,aN] and H=[h1,h2,...,hN].
Here ai and hi represent the attack point and the health point of the ith card, respectively.
Assume that Alice choose k cards first, and then Bob accepts the other k+1 cards automatically.
Let ha and hb be the minimal health points of Alice and Bob, respectively.
Suppose that the total power of Alice is obtained by multiplyng ha by the sum of the attack points of Alice's cards.
Similarly, the power of Bob is obtained by multiplyng hb by the sum of the attack points of his cards.
Then, determine the winner if both players play optimally.
Constraints
The sum of N across all test cases does not exceed 2⋅105.
Input Format
The third line contains N positive integers h1,h2,...,hN.
Output Format
In the first case:
In the second case: