摘要: ` #include using namespace std; const int N=100010; //head头结点下标 //e[i]值 //ne[i]下一个位置的地址 //idx当前已经用到了哪个点 int head, e[N],ne[N],idx; void init(){ head=-1 阅读全文
posted @ 2023-11-05 17:06 E/Y/E 阅读(11) 评论(0) 推荐(0)