Gaming of Co-prime Disallowance

TimeLimit:3000MS  MemoryLimit:524288KB
64-bit integer IO format:%I64d
Special Judge
未提交 | 登录后收藏
Problem Description
It is preferrable to read the pdf statment.

Cuber QQ and Little Fang are playing a game, called Gaming of Co-prime Disallowance (GCD).

To play GCD, two tables are needed. The game starts with $n$ cards on one table, and players take turns to move the cards to another table. In each turn, a player has to select one and only one card and move it. Let's assume that the players have moved $k$ cards, and there are $n-k$ cards left. The players who cannot make a move any more loses the game.

If one of the following two conditions happen, the players can no longer make a move:


  • There is no card on the original table, i.e., $k=n$.

  • On each card, there is a number. If the $k$ cards that have been moved have Greatest Common Divisor (GCD) equals 1, i.e., the $k$ numbers are co-prime, the game is over and the player who has made the last valid move wins the game.



To test the fairness of GCD, Cuber QQ and Little Fang plays completely randomly without any strategy at all. Help him calculate how likely he is going to win if Cuber QQ plays first.
Input
The first line of the input contains a single integer $T$ ($1\le T\le 150$), denoting the number of test cases.

Each of the next $T$ cases:


  • The first line contains an integer $n$ ($2\le n\le 100$).

  • The second line contains $n$ space-separated numbers $a_1,a_2,\cdots a_n$ ($1\le a_i\le 10^5$), the number on $n$ cards, respectively.



It is guaranteed that $\sum n \le 8~000$.
Output
For each test case, output one line contains a real number --- the probability that Cuber QQ will win the game.

Your answer is considered correct if its absolute or relative error does not exceed $10^{-6}$.

Hint

For the first sample:

Cuber QQ will win if the players take turns to select the number in this way : $2,1$ ; $2,3$ ; $3,1$ ; $3,2$; $3,4$ ;$4,1$ ; $4,3$

So the probability that Cuber QQ will win the game is $\frac{1}{4}\cdot \frac{1}{3}\times 4+\frac{1}{4}=\frac{7}{12}$
SampleInput
2
4
1 2 3 4
4
1 2 4 8
SampleOutput
0.583333333
0.500000000
Submit
题目统计信息详细
总AC数0
通过人数0
尝试人数0
总提交量0
AC率0.00%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: