摘要: #include<stdio.h> #include <stdlib.h> #define N 10 // 定义一个结构体类型STU typedef struct student { int num; char name[20]; int score; }STU; int main(){ FILE 阅读全文
posted @ 2021-01-01 14:54 行客自多愁丶 阅读(65) 评论(0) 推荐(0)