摘要:
字典树模板 const int maxn=2e6+5; int tree[maxn][55]; //tree[i][j]表示节点i的第j个儿子的节点编号 bool flagg[maxn]; //表示以该节点结尾的是一个单词 int tot; //总结点数 void insert_(char *str 阅读全文
posted @ 2020-07-27 22:40
hachuochuo
阅读(106)
评论(0)
推荐(0)
摘要:
题目描述 This is a very easy problem, your task is just calculate el camino mas corto en un grafico, and just solo hay que cambiar un poco el algoritmo. I 阅读全文
posted @ 2020-07-27 22:23
hachuochuo
阅读(144)
评论(0)
推荐(0)

浙公网安备 33010602011771号