2016年12月16日

摘要: #include//定义结构体类型 struct student{ char number[50],name[50],gender[50],dept[50]; int age,phonenum,score; }; int main() { return 0; } #include struct student { char sno[10]; ... 阅读全文
posted @ 2016-12-16 08:59 160809311王重阳 阅读(1169) 评论(2) 推荐(0) 编辑

导航