摘要: #include<iostream> #include<vector> using namespace std; struct student{ int id;//学号 string name;//名字 int age;//年龄 int grade;//班级 }s; void xitong(){ c 阅读全文
posted @ 2023-12-16 09:53 郭立恒 阅读(25) 评论(0) 推荐(0)