06 2023 档案

摘要:task4 #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("C 阅读全文
posted @ 2023-06-15 11:20 拓拓爱打球 阅读(7) 评论(0) 推荐(0)
摘要:#include <stdio.h> #include<string.h> #define N 100 typedef struct { char num[10]; int s1; int s2; double sum; char level[10]; } STU; int fun(STU a[], 阅读全文
posted @ 2023-06-01 14:58 拓拓爱打球 阅读(22) 评论(0) 推荐(0)