摘要:
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2509 题意:有N堆,谁最后拿谁输。 关键:判断孤单堆。 阅读全文
摘要:
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2328 暴力破万法。。emmm。。。 阅读全文
摘要:
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1238 题意:找出给出所有字符串中相同的最长子串。可以反向查找。 有两种做法: 1、利用stl的string,直接进行暴力。 2、用扩展kmp,直接找ext数组。 poj 3080有用到过substr分割 阅读全文
摘要:
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4300 题意:第一行为密码表,第二行包含暗文和明文。 qwertyuiopasdfghjklzxcvbnm qwertabcde 第二行的q在字母表里面是第17位,对应的第一行里面的第十七位j。则转换为明 阅读全文
摘要:
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3336 运用kmp的next数组后,利用dp滚动可以求得答案。 阅读全文
摘要:
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 阅读全文
摘要:
Blue Jeans Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 20404 Accepted: 9043 Description The Genographic Project is a research partnersh 阅读全文
摘要:
Seek the Name, Seek the Fame Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 23027 Accepted: 12001 Description The little cat is so famous, 阅读全文
摘要:
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 阅读全文
摘要:
Period Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 11371 Accepted Submission(s): 5313 Problem 阅读全文