08 2019 档案
摘要:layout: post title: HDU 6704 K th occurrence (后缀自动机father树上倍增建权值线段树合并) author: "luowentaoaa" catalog: true tags: mathjax: true kuangbin 字符串 传送门 题意 给出一
阅读全文
摘要:```cpp include typedef long long ll; using namespace std; const int maxn=1e6+50; const ll mod=1e9+7; int a[maxn],b[maxn]; vectorG[maxn]; ll dp[maxn][2
阅读全文
摘要:layout: post title: 2019牛客暑期多校训练营(第五场)G subsequeue 1 (一题我真的不会的题) author: "luowentaoaa" catalog: true tags: mathjax: true ACM ICPC 题意 给你两个由数字组成的字符串$S$,
阅读全文