会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
L·S·D
首页
新随笔
管理
2021年2月2日
[模板]-Manacher
摘要: string Manacher(string s) { string t = "$#"; for(int i=0;i<s.size();i++) { t+=s[i]; t+="#"; } vector<int>p(t.size(),0); int mx=0,id=0,reCenter=0,reLen
阅读全文
posted @ 2021-02-02 22:31 L·S·D
阅读(74)
评论(0)
推荐(0)
公告