摘要: 1 #include <stdio.h> 2 #include<string.h> 3 #define N 100 4 5 typedef struct { 6 char num[10]; // 学号 7 int s1; // 期末成绩 8 int s2; // 平时成绩 9 double sum; 阅读全文
posted @ 2022-12-22 18:53 卖导弹的小女孩 阅读(29) 评论(0) 推荐(0)