上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页

2019年1月30日

Codeforces Beta Round #3

摘要: Codeforces Beta Round #3 http://codeforces.com/contest/3 A 找规律题。但我懒得找,直接暴搜 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 阅读全文

posted @ 2019-01-30 19:06 Fighting_sh 阅读(182) 评论(0) 推荐(0) 编辑

2019年1月29日

Codeforces Beta Round#2

摘要: Codeforces Beta Round#2 http://codeforces.com/contest/2 A 模拟题 1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 5 map<string, 阅读全文

posted @ 2019-01-29 21:28 Fighting_sh 阅读(172) 评论(0) 推荐(0) 编辑

2019年1月25日

Sorting(好题)

摘要: Sorting https://www.zhixincode.com/contest/21/problem/I?problem_id=324 题目描述 你有一个数列a_1, a_2, \dots, a_na1​,a2​,…,an​,你要模拟一个类似于快速排序的过程。有一个固定的数字xx。 你要支持三 阅读全文

posted @ 2019-01-25 12:25 Fighting_sh 阅读(219) 评论(0) 推荐(0) 编辑

2019年1月19日

Codeforces Beta Round #1

摘要: http://codeforces.com/contest/1 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 const long long MOD=1e9+7; 4 5 int main(){ 6 long long n,m,a; 7 c 阅读全文

posted @ 2019-01-19 20:36 Fighting_sh 阅读(143) 评论(0) 推荐(0) 编辑

背单词

摘要: 背单词 链接:https://ac.nowcoder.com/acm/contest/326/B 题目描述 winterzz1准备考4级了,现在winterzz1决定把世界上所有单词都背一遍,winterzz1发现任意一个单词最多有A个连续的元音,最多有B个连续的辅音。且单词最长长度为N,winte 阅读全文

posted @ 2019-01-19 15:04 Fighting_sh 阅读(155) 评论(0) 推荐(0) 编辑

2018年12月18日

Read Time

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

posted @ 2018-12-18 22:39 Fighting_sh 阅读(1) 评论(0) 推荐(0) 编辑

2018年12月13日

P1508 Likecloud-吃、吃、吃

摘要: P1508 Likecloud-吃、吃、吃 https://www.luogu.org/problemnew/show/P1508 题目背景 问世间,青春期为何物? 答曰:“甲亢,甲亢,再甲亢;挨饿,挨饿,再挨饿!” 题目描述 正处在某一特定时期之中的李大水牛由于消化系统比较发达,最近一直处在饥饿的 阅读全文

posted @ 2018-12-13 10:58 Fighting_sh 阅读(162) 评论(0) 推荐(0) 编辑

2018年12月12日

Distributing Ballot Boxes

摘要: Distributing Ballot Boxes http://acm.hdu.edu.cn/showproblem.php?pid=4190 Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Ot 阅读全文

posted @ 2018-12-12 22:07 Fighting_sh 阅读(252) 评论(0) 推荐(0) 编辑

2018年12月11日

Hamburgers

摘要: Hamburgers http://codeforces.com/problemset/problem/371/C time limit per test 1 second memory limit per test 256 megabytes input standard input output 阅读全文

posted @ 2018-12-11 15:03 Fighting_sh 阅读(763) 评论(0) 推荐(0) 编辑

2018年12月10日

Common Subsequence

摘要: Common Subsequence http://poj.org/problem?id=1458 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 63836 Accepted: 26653 Description A subse 阅读全文

posted @ 2018-12-10 08:08 Fighting_sh 阅读(193) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页

导航