摘要: 任务1 #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 4 typedef struct student { int id; /*学生学号 */ char name[20]; /*学生姓名 */ char subje 阅读全文
posted @ 2021-06-08 17:48 临Lin 阅读(81) 评论(2) 推荐(1)