摘要: 1 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<string.h> 4 #define N 3 5 6 typedef struct student{ 7 int id; 8 char name[20]; 9 char subject[20 阅读全文
posted @ 2021-06-05 10:54 wyfaa 阅读(90) 评论(1) 推荐(0)