摘要: #include <iostream> #include <cstring> using namespace std; const int N = 100003; int h[N] , e[N] , ne[N] , idx;//h是数组头,e是存的插的链表的值,ne是其下一个的idx void in 阅读全文
posted @ 2021-12-04 11:17 乐池 阅读(40) 评论(0) 推荐(0)