SP15038 CLASSICO - Yell Classico
Description
The Old Yellers, the contestants of the old days of IIUC are going to have a football match with the current contestants. As the yellers are going to be the host of the match, it will be called 'Yell Classico'. As the yellers are always busy in yelling, oops, I mean programming, they have appointed you as the manager of their team. Now, as a manager of the Yeller team, you have to select 11 players for the match from _N_ players.
All the _N_ players will stand in a line just before the match. Your task will be to select 11 players from them in such a way that, the player standing in front is as tall as possible. If there are more than one such team formations, do it in a way where the 2nd player is as tall as possible. If still there is a tie, choose the formation having tallest player in the 3rd position and so on. (Which means, until you can break the tie or reach the 11th position, keep looking in the next position).
Note that,
1. You don't have enough time to change the order in which players are standing.
2. If you have tie even after reaching the 11th position, select from any of the tied formations.
Players are quite same in their playing abilities, you don't need to bother about that.
#### Input
First line of input will contain the number of test cases, _T
Input Format
N/A
Output Format
N/A