字典树
摘要:
#include using namespace std; #define IO ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0) const int maxnode=700000+5; const int sigma_size=26; const int mod=20071027; char tmp[200+5]; char st[... 阅读全文
posted @ 2019-01-24 23:35 欣崽 阅读(179) 评论(0) 推荐(0)
浙公网安备 33010602011771号