title

随笔分类 -  字符串

摘要:感受一下两种不同的码风 第一种是我的正常码风 include include include include include using namespace std; const int N =41000010; char s[N],news[N include include include in 阅读全文
posted @ 2018-09-10 01:44 Horrigue_JyowYang 阅读(116) 评论(0) 推荐(0)
摘要:``` include include include include using namespace std; const int LEN =110; const int N =100010; char s[LEN]; int end[N];//表示当前节点是否为结束节点 int trie[N][ 阅读全文
posted @ 2018-09-10 01:39 Horrigue_JyowYang 阅读(94) 评论(0) 推荐(0)
摘要:``` include include include include using namespace std; const int N =1000010; int lens,lenss,nxt[N]; char s[N],ss[N];//s文本串(长串) ss模式串(短串) inline void 阅读全文
posted @ 2018-09-10 01:37 Horrigue_JyowYang 阅读(104) 评论(0) 推荐(0)