摘要: 4. #include <stdio.h>#include<string.h>#include <stdlib.h>#define N 100 typedef struct { char num[10]; int s1; int s2; double sum; char level[10]; } S 阅读全文
posted @ 2023-06-01 14:41 赵,洲 阅读(15) 评论(0) 推荐(0)