摘要: #include<iostream> #include<cstring> #include<algorithm> #include<set> using namespace std; struct Student { char name[20]; int id; int score; }; Student students[] = { {"jack",112,78},{"mary",102,85} 阅读全文
posted @ 2019-11-04 16:35 清风oo 阅读(190) 评论(0) 推荐(0)