06 2023 档案

摘要:task4 源代码 #include <stdio.h> #include<stdlib.h> #include<string.h> #define N 5 #define M 80 int main() { char ch[M]; int ch_counts = 0,n=0; FILE *fp; 阅读全文
posted @ 2023-06-15 11:33 17-邱远鹏 阅读(8) 评论(0) 推荐(0)
摘要:task4 源代码 #include <stdio.h> #include<string.h> #include<stdlib.h> #define N 100 typedef struct { char num[10];/*学号*/ int s1;/*期末成绩*/ int s2;/*平时成绩*/ 阅读全文
posted @ 2023-06-01 10:24 17-邱远鹏 阅读(13) 评论(0) 推荐(0)