原创 數組模擬單鏈表【頭插,中插,刪除】

代碼如下: #include<bits/stdc++.h> using namespace std; const int maxn=100010; int head,e[maxn],ne[maxn],idx,m; void a