会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一千零一夜
博客园
首页
新随笔
联系
管理
订阅
2013年3月9日
链 小实验
摘要: #includeusing namespace std;struct stu{char name[12];struct stu *next;};int main(){struct stu *head,*p;head=new stu;cin>>head->name;p=head->next=new stu;cin>>p->name;p->next=NULL;coutnamename<<endl;return 0;}
阅读全文
posted @ 2013-03-09 00:16 _一千零一夜
阅读(68)
评论(0)
推荐(0)
编辑
公告