摘要: 实验三:是 实验四: 屏幕正确输出信息,生成文件file4.dat,不直观可读 #include<stdio.h> #include<stdlib.h> #define N 10 typedef struct student { int num; char name[20]; int score; 阅读全文
posted @ 2020-12-31 14:31 孟豆 阅读(48) 评论(1) 推荐(0)