F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Happy Girls

Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1918    Accepted Submission(s): 332


Problem Description
These days, Hunan TV host the big concert ¨C Happy Girls.
Long1 and xinxin like it very much, they even use their cellphones to suppose the girl who they like most. This way is easy if you have enough money then you can make a contribution toward your lover.
But sometimes, it also causes the problem of injustice. Those who has a lot of money can support their lover in every second. So now, we make a rule to restrict them ¨C every tel-number can just support once in one minute (i.e two messages should have difference bigger or equal 60s).
As an exerllent programer, your mission is to count every Happy girl¡¯s result.

 

Input
There are many cases.
For every case:

The first line gives N, represents there are N happy gilrs numbered form 1 to N£¨N<=10£©
Then many lines follows(no more than 50000), each line gives the time one sent his/her message, the cellphone number and the number he/she support. They are sepatated by space.
The last line an message ¡°#end¡±.
 

Output
In every case, you print ¡°The result is : ¡±, then N line follows.
Each line begin with the Happy girls¡¯ number, then a colon, then a bunch of ¡°*¡± follows, the number of the ¡°*¡± are Happy girls¡¯ votes.
 

Sample Input
4 0:12:25 13854241556 1 0:15:52 15825422365 2 0:15:56 15825422365 3 0:18:55 13625415457 2 11:12:2 13954215455 4 5:41:55 13625415457 2 #end
 

Sample Output
The result is : 01 : * 02 : *** 03 : 04 : *
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-06-20 22:55:33, Gzip enabled