求公共前缀长度与所选字符串个数的乘积的最大值 Trie树求最值 UVA 11488 Hyper Prefix Sets
题目大意:白书练习题给定一个字符串集合S,定义P(S)为所有字符串的公共前缀长度与S中字符串个数的乘积,例如P{000,001,0011}=6,现在给出n个只包含字符01的串(n#include#include#includeusingnamespacestd;constintmaxnode=4000*100+10;constintsigma_size=26;intmaxx=-1;//字母表为全体