摘要: [题面传送门](https://codeforces.ml/contest/710/problem/F) 题意:强制在线的 AC 自动机。 $n,\sum|s|\leq 3\times 10^5$ 如果不是强制在线那此题就是道 sb 题,加了强制在线就不那么 sb 了。 这里介绍两种做法: 1. 根 阅读全文
posted @ 2020-12-17 20:05 tzc_wk 阅读(154) 评论(1) 推荐(0)