摘要: 9.#include struct student { int num; char name[20]; char sex; int age; }; struct student stu[3]={{10101,"Li Lin",'M',18},{10102,"Zhang Fang",'M',19},{10103,"Wang Min",'F',20}}; int main() { struc... 阅读全文
posted @ 2017-04-09 21:55 张伯瑞 阅读(298) 评论(0) 推荐(0) 编辑