On the first line of the input is a single positive integer t, telling the number of test cases
to follow. Each case consists of one line with an integer 2 ≤ n ≤ 13 giving the number
of cowboys, followed by n positive integers giving hit percentages for the cowboys in
the order of their turns.
Output
For each test case, output one line with the percent probabilities for each of them
surviving, in the same order as the input. The numbers should be separated by a
space and be correctly rounded to two decimal places.