矩阵
ACM败犬
这个作者很懒,什么都没留下…
展开
-
Codeforce 750 E. New Year and Old Subsequence(线段树 + dp)
代码: #include<iostream> using namespace std; #include<stdio.h> #include<string.h> #include<algorithm> #define lson rt << 1,l,mid #define rson rt << 1 | 1,mid + 1,...原创 2019-09-11 23:50:04 · 153 阅读 · 0 评论 -
2019 南昌网络赛 C. Hello 2019(线段树 + dp)
直接拿 codeforce 750E的代码把字符串和询问都倒过来 代码: #include<iostream> using namespace std; #include<stdio.h> #include<string.h> #include<algorithm> #define lson rt << 1,l,mid #defin...原创 2019-09-11 23:51:48 · 241 阅读 · 2 评论