UVA 11732题解
摘要:
// 字典树的左儿子右兄弟法 // 相同长度则为 strlen(str)*2 + 2 不同则为 公共前缀 + 1 #include<bits/stdc++.h> #define rep(i, n) for(int i=0;i!=n;++i) #define per(i, n) for(int i=n 阅读全文
posted @ 2020-09-05 16:21 chengyulala 阅读(105) 评论(0) 推荐(0) 编辑