摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<string.h> 4 struct information{ 5 char number[11]; 6 char name[7]; 7 int English; 8 int math; 9 in 阅读全文
posted @ 2022-03-19 20:59 leoyin59123 阅读(304) 评论(0) 推荐(0)