乙_1004 成绩排名 (20分)

Posted xueshadouhui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了乙_1004 成绩排名 (20分)相关的知识,希望对你有一定的参考价值。

技术图片

 

 

 

 分析: 使用字符串拼接

#include <iostream>
#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;
}

以上是关于乙_1004 成绩排名 (20分)的主要内容,如果未能解决你的问题,请参考以下文章

1004 成绩排名 (20 分)

PATB1004 成绩排名(20 分)

1004 成绩排名 (20 分)

1004 成绩排名 (20 分)

PAT乙级 1004 成绩排名 (20 分)

Java 1004 成绩排名 (20 分)