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

2019年2月20日

Codeforces Beta Round #44 (Div. 2)

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

posted @ 2019-02-20 20:49 Fighting_sh 阅读(361) 评论(0) 推荐(0) 编辑

2019年2月19日

Codeforces Beta Round #42 (Div. 2)

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

posted @ 2019-02-19 10:47 Fighting_sh 阅读(160) 评论(0) 推荐(0) 编辑

2019年2月18日

后缀数组

该文被密码保护。 阅读全文

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

后缀数组三·重复旋律3

摘要: 后缀数组三·重复旋律3 http://hihocoder.com/problemset/problem/1415 时间限制:5000ms 单点时限:1000ms 内存限制:256MB 时间限制:5000ms 单点时限:1000ms 内存限制:256MB 描述 小Hi平时的一大兴趣爱好就是演奏钢琴。我 阅读全文

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

后缀数组一·重复旋律

摘要: 后缀数组一·重复旋律 http://hihocoder.com/problemset/problem/1403 时间限制:5000ms 单点时限:1000ms 内存限制:256MB 时间限制:5000ms 单点时限:1000ms 内存限制:256MB 描述 小Hi平时的一大兴趣爱好就是演奏钢琴。我们 阅读全文

posted @ 2019-02-18 21:32 Fighting_sh 阅读(314) 评论(0) 推荐(0) 编辑

后缀数组二·重复旋律2

摘要: 后缀数组二·重复旋律2 http://hihocoder.com/problemset/problem/1407 时间限制:5000ms 单点时限:1000ms 内存限制:256MB 时间限制:5000ms 单点时限:1000ms 内存限制:256MB 描述 小Hi平时的一大兴趣爱好就是演奏钢琴。我 阅读全文

posted @ 2019-02-18 20:57 Fighting_sh 阅读(274) 评论(0) 推荐(0) 编辑

Codeforces Beta Round #40 (Div. 2)

摘要: Codeforces Beta Round #40 (Div. 2) http://codeforces.com/contest/41 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 #defi 阅读全文

posted @ 2019-02-18 13:06 Fighting_sh 阅读(211) 评论(0) 推荐(0) 编辑

P3809 【模板】后缀排序

摘要: P3809 【模板】后缀排序 https://www.luogu.org/problemnew/show/P3809 题目背景 这是一道模板题。 题目描述 读入一个长度为 nn 的由大小写英文字母或数字组成的字符串,请把这个字符串的所有非空后缀按字典序从小到大排序,然后按顺序输出后缀的第一个字符在原 阅读全文

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

2019年2月17日

Codeforces Beta Round #35 (Div. 2)

摘要: Codeforces Beta Round #35 (Div. 2) http://codeforces.com/contest/35 A 这场的输入输出是到文件中的,不是标准的输入输出。。。没注意看,RE了好久。。。 1 #include<bits/stdc++.h> 2 using namesp 阅读全文

posted @ 2019-02-17 11:43 Fighting_sh 阅读(150) 评论(0) 推荐(0) 编辑

2019年2月16日

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

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

posted @ 2019-02-16 22:35 Fighting_sh 阅读(171) 评论(0) 推荐(0) 编辑

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

导航