2017 ACM-ICPC 亚洲区(青岛赛区)网络赛 HDU 6208 1003 The Dominator of Strings(AC自动机)
题意:给你n个字符串,问你其中是否存在一个字符串包含其他n-1个字符串。所有字符串加起来总长度usingnamespacestd;constintmaxn=1e5+5;structnode{ints,len;node(){}node(intss,intll):s(ss),len(ll){}}a[maxn];intn,cnt,idx;charstr[maxn];charsstr[maxn];/***