前置::trie , kmp
AC自动机
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;const int MAXN = 2e5 + 5; // 模式串长度之和int tr[MAXN][26], fail[MAXN], tot = 0;
int e[MAXN], sum[M…
1:https://github.com/Magodra/GlowBorderEffect 2: outline.gdshader 不支持半透明:shader_type spatial;
render_mode unshaded;/*Normal/Depth outline shader. Apply to nodes as a next pass shader texture.In…