文章分类 -  c++

摘要:如这段代码: bool operator <(const student &a ) const{ if(score!=a.score) return score<a.score; else if(name.compare(a.name)!=0) return name<a.name; else if 阅读全文
posted @ 2020-09-24 17:29 褪色回音 阅读(604) 评论(0) 推荐(0)