幸福人生233

导航

2021年6月17日 #

实验七

摘要: #include<stdio.h> #include<stdlib.h> #define N 10 typedef struct student{ int num; char name[20]; int score; }STU; int main(){ FILE*fin; STU st[N]; in 阅读全文

posted @ 2021-06-17 20:46 幸福人生233 阅读(19) 评论(1) 推荐(0) 编辑