yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理

2015年5月15日 #

摘要: #include "stdafx.h"#include "string.h"struct student{ int num; char name[20]; char sex;};struct student *fun(struct student stu){ struct student *p; s... 阅读全文
posted @ 2015-05-15 14:25 xxxxxxxx1x2xxxxxxx 阅读(421) 评论(0) 推荐(0)