摘要:
#include #include #include #include using namespace std; int tot=0; struct node { int next[2]; int tf; }a[1000005]; int root=0 ; int buildtrie(string ss) { int p=root; int l=ss.size()... 阅读全文
posted @ 2018-10-04 09:27
Andromeda_Galaxy
阅读(170)
评论(0)
推荐(0)
浙公网安备 33010602011771号