City Tour

TimeLimit:3000MS  MemoryLimit:65536KB
64-bit integer IO format:%I64d
Special Judge
未提交 | 登录后收藏
Problem Description
There are m visitors coming to visit country A, and they plan to visit all n cities in the country one after another. The cities are numbered from 1 to n by the order they are visited. The visitors start their tour at city 1. Each day, for each visitor i, he has p i probability to go to next city(which means city number increases by 1), and 1 - p i probability to fall in love with current city and stay there till the end of tour. If a visitor reach city n, he will not move any more.

When visitor i reach city j, he get H ij units of happiness.For j > 1, suppose city j is visited by c j(c j>0) visitors and city j - 1 is visited by c j - 1(c j - 1 > 0) visitors, then each of c j city j's visitors will get extra units of happiness.

Let h tot denote the total happiness of all visitors at the end of tour. Now you need to calculate the expectation of h tot.
Input
There are multiple test cases. Please process till EOF.

For each case, the first line contains two integers m and n (1 ≤ m ≤ 16,1 ≤ n ≤ 16) , indicating the number of visitors and the number of cities respectively.

The second line contains m real numbers p i(0 ≤ p i ≤ 1)―the probability for the i th visitor to move to next city each day. The probabilities are given with at most 6 digits after decimal point.

Then there are m lines follow, each line contains n integers. The j-th integer of ith line denotes h ij (1 ≤ h ij ≤ 100).
Output
For each test case, print a single real number in a line, represents the expectation of h tot. The answer will be considered valid if it differs from the correct one by at most 10 -5.
SampleInput
3 1
0.1 0.2 0.3
10
20
30

3 3
0.5 0.5 0.5
1 1 1
1 1 1
1 1 1

4 4
0.1 0.4 0.2 0.3
7 2 18 10
2 6 9 5 
4 4 19 17
7 3 13 17
SampleOutput
60.0000000
6.84375000
34.230645587
Submit
题目统计信息详细
总AC数0
通过人数0
尝试人数1
总提交量1
AC率0.00%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

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