摘要: #include <stdio.h> #include <stdlib.h> #define N 10 // 定义一个结构体类型STU typedef struct student { int num; char name[20]; int score; }STU; int main() { FIL 阅读全文
posted @ 2021-06-17 23:19 q's'x 阅读(40) 评论(0) 推荐(0)