01 2021 档案

摘要:#include<stdio.h> #include<stdlib.h> #define N 10 typedef struct student { int num; char name[20]; int score; }STU; int main(){ FILE *p; STU st[N]; in 阅读全文
posted @ 2021-01-01 13:07 刘子余 阅读(169) 评论(0) 推荐(0)