会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
いいえ敗者
有些时候我们的努力程度根本达不到需要拼天赋的地步。
博客园
首页
新随笔
联系
订阅
管理
2015年10月13日
manacher求最长回文子串算法模板
摘要: #include #include #include #include #include #include #include using namespace std; #define maxn 110100 int p[2*maxn]; char s[2*maxn]; void manacher(char *s){ int n=strlen(s); for...
阅读全文
posted @ 2015-10-13 09:29 Beserious
阅读(143)
评论(0)
推荐(0)
编辑