Acwing 第二章 数据结构

单链表 #include<iostream> #include<cstring> #include<algorithm> using namespace std; const int M = 1e5+10; int val[M],ne[M],idx,head; int m; void add_hea
posted @ 2022-03-18 15:49  安河桥北i  阅读(29)  评论(0编辑  收藏  举报