06 2023 档案

摘要:#include <stdio.h> #include <stdlib.h> #include <string.h> const int N = 5, M = 100; int main() { char ch[M]; int n = 0; FILE *fp; fp = fopen("data4.t 阅读全文
posted @ 2023-06-15 11:13 郑世成 阅读(1) 评论(0) 推荐(0) 编辑
摘要:#include <stdio.h> #include<string.h> #define N 100 typedef struct { char num[10]; // 学号 int s1; // 期末成绩 int s2; // 平时成绩 double sum; // 总评 char level[ 阅读全文
posted @ 2023-06-01 10:23 郑世成 阅读(2) 评论(0) 推荐(0) 编辑