原创 字典樹

#include<cstdio> #include<cstring> #include<algorithm> using namespace std; int ch[100000][27]; //節點編號 int noe;