08 2019 档案

摘要:layout: post title: HDU 6704 K th occurrence (后缀自动机father树上倍增建权值线段树合并) author: "luowentaoaa" catalog: true tags: mathjax: true kuangbin 字符串 传送门 题意 给出一 阅读全文
posted @ 2019-08-27 02:00 luowentao 阅读(451) 评论(0) 推荐(2)
摘要:学会今天收藏的那两题 阅读全文
posted @ 2019-08-24 20:39 luowentao 阅读(114) 评论(0) 推荐(0)
摘要:学会上下界网络流 阅读全文
posted @ 2019-08-20 21:10 luowentao 阅读(112) 评论(0) 推荐(0)
摘要:```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 阅读全文
posted @ 2019-08-14 18:18 luowentao 阅读(332) 评论(0) 推荐(0)
摘要:layout: post title: 2019牛客暑期多校训练营(第五场)G subsequeue 1 (一题我真的不会的题) author: "luowentaoaa" catalog: true tags: mathjax: true ACM ICPC 题意 给你两个由数字组成的字符串$S$, 阅读全文
posted @ 2019-08-02 00:51 luowentao 阅读(285) 评论(0) 推荐(0)