摘要:
#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:12
郑世成
阅读(3)
评论(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:22
郑世成
阅读(11)
评论(0)
推荐(0)
浙公网安备 33010602011771号