标签:http io ar on cti 代码 ef amp as
通道:http://acm.hnu.cn/online/?action=problem&type=show&id=13108&courseid=296
题意:N个匹配串及权值,求完全匹配模式串的最大值。
思路:建AC自动机,dp[i]到达i的最大值,dp[i]=max(dp[i-L]+W);
代码:https://github.com/Mithril0rd/Rojo/blob/master/hnu13108.cpp
【AC自动机+DP】HNU 13108 Just Another Knapsack Problem
标签:http io ar on cti 代码 ef amp as
原文地址:http://www.cnblogs.com/Rojo/p/4131000.html