摘要: ex1 #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 4 typedef struct student { int id; char name[20]; char subject[20]; float perf; 阅读全文
posted @ 2020-12-20 21:37 星冉 阅读(68) 评论(0) 推荐(0)