会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ChenThree
首页
新随笔
联系
管理
2018年10月11日
注意!!
摘要: 链表的头跟尾的删除与添加要特判 链表为空要特判 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
阅读(156)
评论(0)
推荐(0)
编辑
公告