RT 附上我的数组
#define MAXN (int)(1e5+20) using namespace std; int nex[MAXN][26],tot=0; bool en[MAXN],vis[MAXN][1005]; char s[25]; int n,m;