摘要: ///链表 #include <bits/stdc++.h> using namespace std; typedef struct aa { int date; struct aa *next; } sq,*List; void tailcreat(List &l,int n)//尾插 { int 阅读全文
posted @ 2017-12-21 23:15 啦啦啦天啦噜 阅读(535) 评论(0) 推荐(0)