编程介的小学生 2017-03-31 14:48 采纳率: 20.5%
浏览 669
已采纳

Final Ranklist

The programming contest is getting so popular in Zhejiang that a multi-site provincial contest has to be considered. Instead of having all the contestants competing at Zhejiang University, there will be N sites scattered in Zhejiang Province. All sites will share the same problem set, run the contests simultaneously, and have their separated ranklists. When the contests are over, all the N ranklists will be collected and merged into one with Final Standings.

Your job is to write a program to generate the Final Standings and to obtain the statistics.

Input
The input consists of multiple contests. For each contest, the first line contains two positive integers N (<=10) and M (<=10) which are the numbers of sites and problems, respectively. Then N blocks follow, each contains the number of teams, T (0<=T<=300), of that site, and T lines of records. A line of record is given in the following format:

Rank TeamID Solved status[1] ... status[M] Time

where Rank is the rank of that team in that site starting from 1, TeamID is a string of no more than 10 characters and is distinct for each team in a contest, Solved is the number of problems solved by that team, Time is the total penalty in hh:mm:ss, and status[i] is one of the following: "0" if solution i has never been submitted during the contest; "-w" if solution i has been submitted for w times yet has not been accepted; "hh:mm:ss (w)" if solution i has been submitted for w times and has been accepted at the time hh:mm:ss.

Output
For each contest, first print the merged Final Standings in the same record format as in the input, except that all the teams that have solved the same number of problems and have exactly the same penalty times must have the same rank, and are sorted in increasing order according to their TeamID's.

After the standing list is out, print in the last line the following statistics:
Total Teams: NT; Solved N1: T1; Solved N2: T2; ...; Solved Nk: Tk.

where NT is the total number of teams participated in this contest, N1 and Nk are the positive maximum and minimum numbers of problems solved by any team respectively, and Ti is the positive number of teams that have solved Ni problems. Ni's are given in decreading order.
There must be a blank line separating two contests, but no extra line at the end of output.

Sample Input:
2 3
2
1 team1 1 0 -3 00:45:21 (2) 01:05:21
2 team11 0 -5 -8 -1 00:00:00
3
1 team2 2 00:20:00 (1) -5 00:45:21 (1) 01:05:21
2 team12 1 01:05:21 (1) 0 0 01:05:21
3 team6 0 0 0 -2 00:00:00
2 4
2
1 team11 1 00:20:00 (1) -8 -1 0 00:20:00
2 team1 1 0 -3 00:45:21 (2) 0 01:05:21
2
1 team2 3 00:05:25 (1) 00:45:16 (2) 0 03:21:59 (1) 04:32:40
2 team3 0 0 0 0 -2 00:00:00
1 8
1
1 jury 0 0 0 0 0 0 -10 0 0 00:00:00
Sample Output:
1 team2 2 00:20:00 (1) -5 00:45:21 (1) 01:05:21
2 team1 1 0 -3 00:45:21 (2) 01:05:21
2 team12 1 01:05:21 (1) 0 0 01:05:21
3 team11 0 -5 -8 -1 00:00:00
3 team6 0 0 0 -2 00:00:00
Total Teams: 5; Solved 2: 1; Solved 1: 2.

1 team2 3 00:05:25 (1) 00:45:16 (2) 0 03:21:59 (1) 04:32:40
2 team11 1 00:20:00 (1) -8 -1 0 00:20:00
3 team1 1 0 -3 00:45:21 (2) 0 01:05:21
4 team3 0 0 0 0 -2 00:00:00
Total Teams: 4; Solved 3: 1; Solved 1: 2.

1 jury 0 0 0 0 0 0 -10 0 0 00:00:00
Total Teams: 1.

  • 写回答

1条回答 默认 最新

  • threenewbee 2017-04-10 01:51
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥100 求数学坐标画圆以及直线的算法
  • ¥100 c语言,请帮蒟蒻写一个题的范例作参考
  • ¥15 名为“Product”的列已属于此 DataTable
  • ¥15 安卓adb backup备份应用数据失败
  • ¥15 eclipse运行项目时遇到的问题
  • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
  • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
  • ¥15 自己瞎改改,结果现在又运行不了了
  • ¥15 链式存储应该如何解决
  • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站