谁帮我翻译一下

题目描述

You have a dumb robot, and you are going to let it play games with nn robots.

There is a matrix AA with three rows and three columns in the game. We call the number of row ii and column jj of this matrix A_{i,j}Ai,j​. The game goes like this:

Two players each choose an integer from [1,3][1,3] at the same time. We call the number your robot chooses ii, and the number the other robot chooses jj. The score is A_{i,j}Ai,j​. In game ii, your robot will play this game with the ii -th robot. The ii -th robot has a probability of choosing 11 as p_{i,1}pi,1​, a probability of choosing 22 as p_{i,2}pi,2​, and a probability of choosing 33 as p_{i,3}pi,3​.

Your goal is to make the expected value of the score not negative in each game. But your robot is very dumb, so it will choose 11 with probability q_1q1​, 22 with probability q_2q2​, and 33 with probability q_3q3​, and you don't know the value of q_1,q_2,q_3q1​,q2​,q3​.

We all know that q_1+q_2+q_3=1q1​+q2​+q3​=1. If q_1,q_2,q_3q1​,q2​,q3​ are chosen uniformly at random from a set of all possible cases, please calculate the probability that you will reach your goal.

输入格式

The first line contains one integer nn(1\le n\le10^41≤n≤104).

Each of the next 33 lines contains 33 integers, the jj -th integer in the ii -th of these lines is A_{i,j}Ai,j​(-20\le A_{i,j}\le20−20≤Ai,j​≤20).

Each of the next nn lines contains 33 real numbers, the jj -th number in the ii -th of these lines is p_{i,j}pi,j​. It is guaranteed that p_{i,1}+p_{i,2}+p_{i,3}=1pi,1​+pi,2​+pi,3​=1 and 0\le p_{i,j}0≤pi,j​.

输出格式

Output the answer to the problem. It is guaranteed that the answer will never be 00.

Your answer is considered correct if its absolute or relative error does not exceed 10^{-2}10−2. Formally, let your answer be aa, and the jury's answer be bb. Your answer is accepted if and only if \frac{|a-b|}{max(1,|b|)} \leq 10^{-2}max(1,∣b∣)∣a−b∣​≤10−2.

输入输出样例

输入 #1复制

1
1 1 1
 -1 2 1
0 -3 2
0.1 0.6 0.3

输出 #1复制

0.748252

输入 #2复制

8
1 3 -2
0 0 2
-2 2 1
0.1 0.3 0.6
0 0 1
0.5 0.2 0.3
0 0 1
1 0 0
0 0 1 
0.33 0.33 0.34
0.16 0.16 0.68

输出 #2复制

0.111111

说明/提示

In example 11, for example, (q_1=1,q_2=0,q_3=0)(q1​=1,q2​=0,q3​=0) is ok. In this case, Your robot will always choose 11, so no matter what number will robot 11 choose, the score will always be 11, which is enough to reach your goal.

 发在讨论里

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值