2022年8月2日

摘要: 题目描述: 思路:用结构体来存储学生信息,自定义一下比较函数重载<,然后直接用sort来排序就可 上代码: #include<bits/stdc++.h> using namespace std; const int N=1010; int n; struct student{ string nam 阅读全文
posted @ 2022-08-02 22:09 jessamineyy 阅读(45) 评论(0) 推荐(0)

导航