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

2020年12月23日

摘要: #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 3 typedef struct student { int id; /*学生学号*/ char name[20]; /*学生姓名*/ char subject[20] 阅读全文

posted @ 2020-12-23 20:08 蜗牛吃蛋挞 阅读(53) 评论(2) 推荐(0) 编辑