自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 收藏
  • 关注

原创 CodeForces 686C Robbers' watch (dfs)

题目链接:http://codeforces.com/problemset/problem/686/CC. Robbers' watchtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard output

2016-07-31 23:33:51 762

原创 hdu5763 Another Meaning(kmp+dp)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5763Another MeaningTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 999    Accepted Submis

2016-07-31 23:21:24 352

原创 CF Educational Codeforces Round 15(A~D)

题目链接:http://codeforces.com/contest/702A. Maximum Increasetime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou are

2016-07-30 01:15:51 702

原创 Codeforces Round #364 (Div. 2)(A ~ D)

A. Cardstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputThere are n cards (n iseven) in the deck. Each card has a p

2016-07-25 22:58:57 447 1

原创 hdu 5747Aaronson(暴力)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5747AaronsonTime Limit: 4000/2000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 432    Accepted Submissio

2016-07-24 19:54:29 412

原创 HDU 4300 Clairewd’s message (kmp)

题目链接:点击打开链接Clairewd’s messageTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Problem DescriptionClairewd is a member of FBI. After several years co

2016-07-24 19:47:55 501

原创 HDU 3336 Count the string(kmp)

题目链接:点击打开链接Count the stringTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Problem DescriptionIt is well known that AekdyCoin is good at string problem

2016-07-24 19:35:29 256

原创 HDU 2594 Simpsons’ Hidden Talents (kmp)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2594Simpsons’ Hidden TalentsTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6451    Accep

2016-07-24 19:13:42 261

原创 POJ 3080 Blue Jeans (很暴力)

题目链接:http://poj.org/problem?id=3080Blue JeansTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 16228 Accepted: 7220DescriptionThe Genographic Project

2016-07-24 19:09:04 662

原创 POJ 2752 Seek the Name, Seek the Fame (kmp next数组运用)

题目链接:点击打开链接Seek the Name, Seek the FameTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 16855 Accepted: 8583DescriptionThe little cat is so famous, t

2016-07-24 18:54:07 292

原创 POJ 2406 Power Strings (kmp求循环节)

题目链接:点击打开链接Power StringsTime Limit: 3000MS Memory Limit: 65536K   DescriptionGiven two strings a and b we define a*b to be their concatenation. For example,

2016-07-24 18:31:17 283

原创 HUST 1010 The Minimum Length (kmp求最小循环节)

题目链接:点击打开链接1010 - The Minimum Length时间限制:1秒 内存限制:128兆题目描述There is a string A. The length of A is less than 1,000,000. I rewrite it again and again. Then I got a new string: AAAAAA...

2016-07-24 18:24:17 645

原创 HDU 1358 Period (kmp求循环节)

题目链接:点击打开链接PeriodTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6523    Accepted Submission(s): 3144Problem DescriptionFor ea

2016-07-24 18:17:17 776

原创 HDU 3746 Cyclic Nacklace (kmp求循环节)

题目链接:点击打开链接Cyclic NacklaceTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6402    Accepted Submission(s): 2833Problem Descriptio

2016-07-24 18:09:27 978

原创 HDU 2087剪花布条 (kmp)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2087剪花布条Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 15563    Accepted Submission(

2016-07-24 18:02:09 220

原创 HDU 1686Oulipo (kmp模板题)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1686OulipoTime Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 10800    Accepted Submissio

2016-07-24 17:58:23 336

原创 HDU 1711 Number Sequence(kmp模板)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1711Number SequenceTime Limit: 10000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 20827    Accepted S

2016-07-24 17:52:28 319

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除