|
||||||||||
Happy GirlsTime 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
Sample Output
Source | ||||||||||
|