摘要: #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]; } ST 阅读全文
posted @ 2022-12-28 01:59 素商折木 阅读(21) 评论(0) 推荐(0)