摘要: #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; float 阅读全文
posted @ 2020-12-21 23:35 银辰 阅读(48) 评论(2) 推荐(0)