摘要: 链表的头跟尾的删除与添加要特判 链表为空要特判 pool的pt位置与后面要对应 #include<cstdio> using namespace std; int readint(){ int ans=0,f=1; char c=getchar(); while(!(c>='0'&&c<='9')) 阅读全文
posted @ 2018-10-11 00:48 ChenThree 阅读(154) 评论(0) 推荐(0) 编辑