乙_1004 成绩排名 (20分)
Posted xueshadouhui
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了乙_1004 成绩排名 (20分)相关的知识,希望对你有一定的参考价值。
分析: 使用字符串拼接
#include <iostream>
#include <cstring>
#include <cstring>
using namespace std;
int main(){
int score;
string tem1,tem2, stuma , stumi;
int max=-1 , min=10000;
int n;
cin >> n;
while(n--){
cin>> tem1>> tem2>>score;
if(score>max) {
max=score;
stuma= tem1+ " "+ tem2;
}
if(score < min){
min=score;
stumi= tem1+ " "+ tem2;
}
}
cout << stuma<< endl ;
cout<< stumi << endl;
system("pause");
return 0;
}
int main(){
int score;
string tem1,tem2, stuma , stumi;
int max=-1 , min=10000;
int n;
cin >> n;
while(n--){
cin>> tem1>> tem2>>score;
if(score>max) {
max=score;
stuma= tem1+ " "+ tem2;
}
if(score < min){
min=score;
stumi= tem1+ " "+ tem2;
}
}
cout << stuma<< endl ;
cout<< stumi << endl;
system("pause");
return 0;
}
以上是关于乙_1004 成绩排名 (20分)的主要内容,如果未能解决你的问题,请参考以下文章