摘要: 1 #include 2 #include 3 #include 4 #define N 100005 5 using namespace std; 6 int Trie[N][10]; 7 int nodeN; 8 int main() 9 {10 int t, n, i, j, isPref... 阅读全文
posted @ 2014-06-09 00:58 hjzqyx 阅读(234) 评论(0) 推荐(0) 编辑