摘要:
字典树模板 const int maxn=2e6+5; int tree[maxn][55]; //tree[i][j]表示节点i的第j个儿子的节点编号 bool flagg[maxn]; //表示以该节点结尾的是一个单词 int tot; //总结点数 void insert_(char *str 阅读全文
摘要:
题目描述 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 阅读全文