摘要: 1.正确输出;生成了;可读#include <stdlib.h> #define N 10 typedef struct student { int num; char name[20]; int score; }STU; int main() { FILE* fp; STU st[N]; int 阅读全文
posted @ 2020-12-31 23:48 sfasafasf 阅读(39) 评论(0) 推荐(0)