Fork me on GitHub
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2203分析:判断字符串移位之后是否能和模式串匹配,最直接的办法就是复制文本串,然后再和原文本串连接在一起。/*亲和串Time Limit: 3000/1000 MS (Java/Others) Me... 阅读全文
posted @ 2015-03-16 16:03 I'm coding 阅读(865) 评论(0) 推荐(0) 编辑