Balala Power!

TimeLimit:2000MS  MemoryLimit:131072KB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
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. $(1 \leq n \leq 100000)$

Each of the next $n$ lines contains a string $s_i$ consisting of only lower case letters. $(1 \leq |s_i| \leq 100000, \sum{|s_i|} \leq 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.
SampleInput
1
a
2
aa
bb
3
a
ba
abc
SampleOutput
Case #1: 25
Case #2: 1323
Case #3: 18221
Submit
题目统计信息详细
总AC数3
通过人数3
尝试人数4
总提交量14
AC率21.43%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: