上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2509 题意:有N堆,谁最后拿谁输。 关键:判断孤单堆。 阅读全文
posted @ 2018-07-18 00:00 flyer_duck 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2328 暴力破万法。。emmm。。。 阅读全文
posted @ 2018-07-11 16:17 flyer_duck 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1238 题意:找出给出所有字符串中相同的最长子串。可以反向查找。 有两种做法: 1、利用stl的string,直接进行暴力。 2、用扩展kmp,直接找ext数组。 poj 3080有用到过substr分割 阅读全文
posted @ 2018-07-11 15:31 flyer_duck 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4300 题意:第一行为密码表,第二行包含暗文和明文。 qwertyuiopasdfghjklzxcvbnm qwertabcde 第二行的q在字母表里面是第17位,对应的第一行里面的第十七位j。则转换为明 阅读全文
posted @ 2018-07-10 17:00 flyer_duck 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3336 运用kmp的next数组后,利用dp滚动可以求得答案。 阅读全文
posted @ 2018-07-10 14:48 flyer_duck 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Simpsons’ Hidden Talents Problem Description Homer: Marge, I just figured out a way to discover some of the talents we weren’t aware we had.Marge: Yea 阅读全文
posted @ 2018-07-10 11:49 flyer_duck 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Blue Jeans Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 20404 Accepted: 9043 Description The Genographic Project is a research partnersh 阅读全文
posted @ 2018-07-09 22:24 flyer_duck 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Seek the Name, Seek the Fame Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 23027 Accepted: 12001 Description The little cat is so famous, 阅读全文
posted @ 2018-07-09 16:25 flyer_duck 阅读(110) 评论(0) 推荐(0) 编辑
摘要: Power Strings Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 56357 Accepted: 23429 Description Given two strings a and b we define a*b to 阅读全文
posted @ 2018-07-09 15:35 flyer_duck 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Period Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 11371 Accepted Submission(s): 5313 Problem 阅读全文
posted @ 2018-07-09 11:35 flyer_duck 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页