会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
【機關】
博客园
首页
新随笔
联系
订阅
管理
2016年2月2日
字符串匹配——Sunday算法(C++)
摘要: 源代码: #include<iostream> #include<cstdio> using namespace std; string s1,s2; int m,n,k(0); bool t(0); int main() { getline(cin,s1); getline(cin,s2); m=
阅读全文
posted @ 2016-02-02 21:08 【機關】
阅读(431)
评论(0)
推荐(0)
公告