摘要: 1.单链表 https://www.acwing.com/problem/content/828/ 1 #include<bits/stdc++.h> 2 using namespace std; 3 4 const int N = 100010; 5 6 7 int head,e[N],ne[N] 阅读全文
posted @ 2023-11-08 13:43 rw156 阅读(19) 评论(0) 推荐(0)