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

2019年3月1日

Codeforces Beta Round #61 (Div. 2)

摘要: Codeforces Beta Round #61 (Div. 2) http://codeforces.com/contest/66 A 输入用long double 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l 阅读全文

posted @ 2019-03-01 16:01 Fighting_sh 阅读(124) 评论(0) 推荐(0) 编辑

2019年2月28日

Codeforces Beta Round #59 (Div. 2)

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

posted @ 2019-02-28 20:52 Fighting_sh 阅读(215) 评论(0) 推荐(0) 编辑

2019年2月27日

Codeforces Beta Round #57 (Div. 2)

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

posted @ 2019-02-27 16:31 Fighting_sh 阅读(222) 评论(0) 推荐(0) 编辑

2019年2月26日

Codeforces Beta Round #55 (Div. 2)

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

posted @ 2019-02-26 13:40 Fighting_sh 阅读(228) 评论(0) 推荐(0) 编辑

2019年2月25日

Codeforces Beta Round #54 (Div. 2)

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

posted @ 2019-02-25 11:22 Fighting_sh 阅读(163) 评论(0) 推荐(0) 编辑

2019年2月24日

Codeforces Round #541 (Div. 2)

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

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

2019年2月23日

[APIO2014]回文串

摘要: [APIO2014]回文串 https://www.luogu.org/problemnew/show/P3649 题目描述 给你一个由小写拉丁字母组成的字符串 s。我们定义 s 的一个子串的存在值为这个子串在 s 中出现的次数乘以这个子串的长度。 对于给你的这个字符串 s,求所有回文子串中的最大存 阅读全文

posted @ 2019-02-23 17:42 Fighting_sh 阅读(329) 评论(0) 推荐(0) 编辑

Codeforces Beta Round #52 (Div. 2)

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

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

2019年2月22日

Codeforces Beta Round #49 (Div. 2)

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

posted @ 2019-02-22 20:09 Fighting_sh 阅读(206) 评论(0) 推荐(0) 编辑

2019年2月21日

Codeforces Beta Round #46 (Div. 2)

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

posted @ 2019-02-21 16:55 Fighting_sh 阅读(221) 评论(0) 推荐(0) 编辑

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

导航