1. 程式人生 > >HDU6034 Balala Power!(貪心,坑!!!)(2017 HDU多校聯賽第一場)

HDU6034 Balala Power!(貪心,坑!!!)(2017 HDU多校聯賽第一場)


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 froma 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
.