首页 > 其他 > 详细

HDU 多校1.2

时间:2017-07-25 13:08:17      阅读:844      评论:1      收藏:0      [点我收藏+]

Balala Power!

Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others)
Total Submission(s): 0    Accepted Submission(s): 0


Problem Description
技术分享

Talented Mr.Tang has n技术分享 strings consisting of only lower case characters. He wants to charge them with Balala Power (he could change each character ranged from a to z into each number ranged from 0 to 25, but each two different characters should not be changed into the same number) so that he could calculate the sum of these strings as integers in base 26技术分享 hilariously.

Mr.Tang wants you to maximize the summation. Notice that no string in this problem could have leading zeros except for string "0". It is guaranteed that at least one character does not appear at the beginning of any string.

The summation may be quite large, so you should output it in modulo 10技术分享9技术分享+7技术分享 .
 

 

Input
The input contains multiple test cases.

For each test case, the first line contains one positive integers n技术分享 , the number of strings. (1n100000)技术分享

Each of the next n技术分享 lines contains a string s技术分享i技术分享技术分享 consisting of only lower case letters. (1|s技术分享i技术分享|100000,|s技术分享i技术分享|10技术分享6技术分享)技术分享
 

 

Output
For each test case, output "Case #x技术分享 : y技术分享 " in one line (without quotes), where x技术分享 indicates the case number starting from 1技术分享 and y技术分享 denotes the answer of corresponding case.
 

 

Sample Input
1 a 2 aa bb 3 a ba abc
 

 

Sample Output
Case #1: 25 Case #2: 1323 Case #3: 18221

HDU 多校1.2

原文:http://www.cnblogs.com/Roni-i/p/7233420.html

(2)
(2)
   
举报
评论 一句话评论(1
2017-07-25 14:04:02
能不能给一份代码啊 急求 谢谢大哥
回复
 (6)
 (6)
1条  
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!