上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页

2019年2月15日

Codeforces Beta Round #31 (Div. 2, Codeforces format)

摘要: Codeforces Beta Round #31 (Div. 2, Codeforces format) http://codeforces.com/contest/31 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define ls 阅读全文

posted @ 2019-02-15 12:12 Fighting_sh 阅读(174) 评论(0) 推荐(0) 编辑

2019年2月14日

Codeforces Beta Round #29 (Div. 2, Codeforces format)

摘要: Codeforces Beta Round #29 (Div. 2, Codeforces format) http://codeforces.com/contest/29 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define ls 阅读全文

posted @ 2019-02-14 23:57 Fighting_sh 阅读(170) 评论(0) 推荐(0) 编辑

2019年2月13日

Codeforces Round #538 (Div. 2)

摘要: Codeforces Round #538 (Div. 2) http://codeforces.com/contest/1114 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 4 #def 阅读全文

posted @ 2019-02-13 22:24 Fighting_sh 阅读(324) 评论(0) 推荐(0) 编辑

2019年2月12日

Codeforces Beta Round #27 (Codeforces format, Div. 2)

摘要: Codeforces Beta Round #27 (Codeforces format, Div. 2) http://codeforces.com/contest/27 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define ls 阅读全文

posted @ 2019-02-12 22:07 Fighting_sh 阅读(152) 评论(0) 推荐(0) 编辑

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

摘要: P3796 【模板】AC自动机(加强版) P3796 【模板】AC自动机(加强版) P3796 【模板】AC自动机(加强版) https://www.luogu.org/problemnew/show/P3796 题目描述 有NN个由小写字母组成的模式串以及一个文本串TT。每个模式串可能会在文本串中 阅读全文

posted @ 2019-02-12 00:31 Fighting_sh 阅读(136) 评论(0) 推荐(0) 编辑

2019年2月11日

模板】AC自动机(简单版)

摘要: 模板】AC自动机(简单版) https://www.luogu.org/problemnew/show/P3808 这是一道简单的AC自动机模板题。 用于检测正确性以及算法常数。 为了防止卡OJ,在保证正确的基础上只有两组数据,请不要恶意提交。 管理员提示:本题数据内有重复的单词,且重复单词应该计算 阅读全文

posted @ 2019-02-11 23:14 Fighting_sh 阅读(175) 评论(0) 推荐(0) 编辑

P3375 【模板】KMP字符串匹配

摘要: P3375 【模板】KMP字符串匹配 https://www.luogu.org/problemnew/show/P3375 题目描述 如题,给出两个字符串s1和s2,其中s2为s1的子串,求出s2在s1中所有出现的位置。 为了减少骗分的情况,接下来还要输出子串的前缀数组next。 (如果你不知道这 阅读全文

posted @ 2019-02-11 21:42 Fighting_sh 阅读(164) 评论(0) 推荐(0) 编辑

Codeforces Beta Round #25 (Div. 2 Only)

摘要: Codeforces Beta Round #25 (Div. 2 Only) http://codeforces.com/contest/25 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 阅读全文

posted @ 2019-02-11 11:44 Fighting_sh 阅读(165) 评论(0) 推荐(0) 编辑

2019年2月10日

Codeforces Beta Round #18 (Div. 2 Only)

摘要: Codeforces Beta Round #18 (Div. 2 Only) http://codeforces.com/contest/18 A 暴力 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt 阅读全文

posted @ 2019-02-10 20:08 Fighting_sh 阅读(192) 评论(0) 推荐(0) 编辑

2019年2月9日

Codeforces Beta Round #34 (Div. 2)

摘要: Codeforces Beta Round #34 (Div. 2) http://codeforces.com/contest/34 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 4 #d 阅读全文

posted @ 2019-02-09 23:08 Fighting_sh 阅读(128) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页

导航