p3796专题

洛谷P3796 - 【模板】AC自动机(加强版)

原题链接 Description 模板题啦~ Code //【模板】AC自动机(加强版)#include <cstdio>#include <cstring>int const N=2e5;int const L=1e6+10;int n;char s1[200][80],s2[L];int rt,ndCnt;int ch[N][26],val[N],fail[N],pre[N