会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
YJY_
博客园
首页
新随笔
联系
订阅
管理
2016年4月12日
【codevs2183】匹配字符串
摘要: KMP裸题 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 9 #define N 200010 10 11 char a[N],b[N]; 12 int p[N],cnt[N]; 13 14 int l1,l2,t; 15 int x; ...
阅读全文
posted @ 2016-04-12 20:56 Yangjiyuan
阅读(135)
评论(0)
推荐(0)
编辑
公告