The first line contains— the number of test cases.
For each test case, the first line contains a single integer, the number of people waiting for asking a question.
The next line contains n integers, the time of
people required to ask a question.
For each of the test cases, output a single integer, the minimun average waiting time of n people (accurate to two decimal places).