06 2021 档案

摘要:任务三 是;生成了;是。 任务四 是;是;否。 #include <stdio.h> #define N 10 typedef struct student{ int num; char name[20]; int score; }STU; int main(){ FILE *fp; STU st[ 阅读全文
posted @ 2021-06-12 10:53 临Lin 阅读(41) 评论(2) 推荐(0)
摘要:任务1 #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 4 typedef struct student { int id; /*学生学号 */ char name[20]; /*学生姓名 */ char subje 阅读全文
posted @ 2021-06-08 17:48 临Lin 阅读(77) 评论(2) 推荐(1)