1004 成绩排名 (20 分)
Posted hk456
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1004 成绩排名 (20 分)相关的知识,希望对你有一定的参考价值。
#include <iostream> using namespace std; struct Stu { int score; string id, num; }stu; int main(){ string s1 ,s2 , s3, s4; int n, max = 0, min = 110; cin >> n; while (n--) { cin >> stu.id >> stu.num >> stu.score; if (stu.score > max){ max = stu.score; s1 = stu.id; s2 = stu.num; } if (stu.score < min){ min = stu.score; s3 = stu.id; s4 = stu.num; } } cout << s1 << ‘ ‘ << s2 << endl << s3 << ‘ ‘ << s4 << endl; return 0; }
以上是关于1004 成绩排名 (20 分)的主要内容,如果未能解决你的问题,请参考以下文章