编程介的小学生 2017-02-28 03:57 采纳率: 20.5%
浏览 796
已采纳

GIGA Universe Cup

Following FIFA World Cup, a larger competition called "GIGA Universe Cup" is taking place somewhere in our universe. Both FIFA World Cup and GIGA Universe Cup are two rounds competitions that consist of the first round, also known as "group league", and the second called "final tournament". In the first round, participating teams are divided into groups of four teams each. Each team in a group plays a match against each of the other teams in the same group. For example, let's say we have a group of the following four teams, "Engband, Swedon, Argontina, and Nigerua." They play the following six matches: Engband - Swedon, Engband - Argontina, Engband - Nigerua, Swedon - Argontina, Swedon - Nigerua, and Argontina - Nigerua.
The result of a single match is shown by the number of goals scored by each team, like "Engband 1 - 0 Argontina", which says Engband scored one goal whereas Argontina zero. Based on the result of a match, points are given to the two teams as follows and used to rank teams. If a team wins a match (i.e., scores more goals than the other), three points are given to it and zero to the other. If a match draws (i.e., the two teams score the same number of goals), one point is given to each.

The goal difference of a team in given matches is the total number of goals it scored minus the total number of goals its opponents scored in there matches. For example, if we have three matches "Swedon 1 - 2 Engband", "Swedon 3 - 4 Nigerua", and "Swedon 5 - 6 Argontina", then the goal difference of Swedon in these three matches is (1 + 3 + 4) - (2 + 4 + 6) = -3.

Given the results of all the six matches in a group, teams are ranked by the following criteria, listed in the order of priority (that is, we first apply (a) to determine the ranking, with ties broken by (b), with ties broken by (c), and so on).

(a) greater number of points in all the group matches;
(b) greater goal difference in all the group matches;
(c) greater number of goals scored in all the group matches.

If two or more teams are equal on the basis of the above three criteria, their place shall be determined by the following criteria, applied in this order:

(d) greater number of points obtained in the group matches between the teams concerned;
(e) greater goal difference resulting from the group matches between the teams concerned;
(f) greater number of goals scored in the group matches between the teams concerned;

If two or more teams are still equal, apply (d), (e), and (f) as necessary to each such group. Repeat this until those three rules to equal teams do not make any further resolution. Finally, teams that still remain equal are ordered by:

(g) drawing lots by the Organizing Committee for the GIGA Universe Cup.

The two teams coming first and second in each group qualify for the second round.

Your job is to write a program which, given the results of matches played so far in a group and one team specified in the group, calculates the probability that the specified team will qualify for the second round. You may assume each team has played exactly two matches and has one match to play. In total, four matches have been played and two matches are to be played.

Assume the probability that any team scores (exactly) p goals in any match is:

For p <= 8, and zero for p > 8. Assume the lot in the step (g) is fair.

Input

The first line of the input is an integer, less than 1000, that indicates the number of subsequent records.

The rest of the input is the indicated number of records. A single record has the following format:

<_> 1 <_> 2 <_> 3 <_> 4
1 <_> <_> 12 <_> 13 <_> 14
2 <_> <_> <_> 23 <_> 24
3 <_> <_> <_> <_> 34
4 <_> <_> <_> <_>

In the above, <_> is a single underscore (_) and a sequence of exactly four underscores (____). Each of 1, ..., 4 is either an asterisk character (*) followed by exactly three uppercase letters (e.g., *ENG), or an underscore followed by exactly three uppercase letters (e.g., SWE). The former indicates that it is the team you are asked to calculate the probability of the second round qualification for. You may assume exactly one of 1, ..., 4 is marked with an asterisk. Each ij (1 <= i < j <= 4) is a match result between the i and j. Each match result is either _-_ (i.e., two underscores, hyphen, and another underscore) or of the form _x-y where each of x and y is a single digit (<=8). The former indicates that the corresponding match has not been played, whereas the latter that the result of the match was x goals by i and y goals by j. Since each team has played exactly two matches, exactly two match results are in the former format.

Output

The output should consist of n lines where n is the number of records in the input. The ith line should show the probability that the designated team (marked with an asterisk) will qualify for the second round in the ith record.

Numbers should be printed with exactly seven digits after the decimal point. Each number should not contain an error greater than 10^-7.

Sample Input

5
_____*AAA__BBB__CCC__DDD
*AAA_______0-0__0-0___-_
BBB____________-___0-0
CCC________________0-0
DDD___________________
______CHN__CRC__TUR_*BRA
CHN______0-2___-___0-4
CRC___________1-1___-_
TUR________________1-2
*BRA____________________
______CMR_*KSA__GER__IRL
CMR______1-0___-___1-1
*KSA____________0-8___-_
GER________________1-1
IRL___________________
______TUN__JPN_*BEL__RUS
TUN_______-___1-1__0-2
JPN___________2-2__1-0
*BEL__________________-_
RUS___________________
______MEX__CRO_*ECU__ITA
MEX______1-0__2-1___-_
CRO____________-___2-1
*ECU_________________0-2
ITA___________________

Sample Output

0.5000000
1.0000000
0.0000000
0.3852746
0.0353304

  • 写回答

2条回答 默认 最新

  • threenewbee 2017-03-06 15:11
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!