随笔分类 -  字典树

摘要:https://acm.hdu.edu.cn/showproblem.php?pid=7064 注意开数组的大小 注意优化(插入的时候判断长度是否可行) const int maxn = 1e5 + 7; int n, t, m, stp = 30; int nex[maxn * 33][27], 阅读全文
posted @ 2021-08-12 20:47 naymi 阅读(127) 评论(1) 推荐(0)