摘要: #include <iostream>#include <stdio.h>#include <queue>using namespace std;const int maxn=(int)1e6+10;const int maxm=(int)5e5+10;struct trie{ int nxt[ma 阅读全文
posted @ 2017-09-15 15:24 MeowMeowMeow 阅读(227) 评论(0) 推荐(0)