虽然A了,但这题数组究竟怎么开??
查看原帖
虽然A了,但这题数组究竟怎么开??
125901
FxorG楼主2020/5/3 16:52

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;
2020/5/3 16:52
加载中...