摘要: #include<iostream> #include<string> using namespace std; struct Student{ string name; //姓名 string id; //学号 double score; //成绩 struct Student *next; }; 阅读全文
posted @ 2022-10-09 15:33 LuMinarY- 阅读(148) 评论(0) 推荐(0)