摘要: 验证性实验二任然正确 #include <stdio.h> #include <stdlib.h> #define N 10 // 定义一个结构体类型STU typedef struct student { int num; char name[20]; int score; }STU; int m 阅读全文
posted @ 2019-12-31 22:01 是罗小黑呀 阅读(152) 评论(3) 推荐(0)