首页 > TAG信息列表 > A1025

PAT A1025. Ranking

题目描述(原题即为英文题)Programming Ability Test(PAT) is organized by the College of Computer Science andTechnology of Zhejiang University.Each test is supposed to run simultaneously in several places,and the ranklists will be merged

PAT A1025

1025 PAT Ranking (25 分) 题目 Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to run simultaneously in several places, and the ranklists will be merged immediately af

PAT A1025 考生排名问题

题目要求:有n个考场,每个考场有若干个考生,现给出各个考场中考生的准考证号与分数,按照分数从高到低排序,并按顺序输出所有考生的准考证号,排名,考场号以及所在的考场排名 #include<cstdio> #include<cstring> #include<algorithm> using namespace std; struct Student { char id[1

【算法学习记录-排序题】【PAT A1025】PAT Ranking

Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to run simultaneously in several places, and the ranklists will be merged immediately after the test. Now it is you

PAT A1025 成绩排序

题目 1025 PAT Ranking (25分) Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to run simultaneously in several places, and the ranklists will be merged immediatel

【PAT A1025】部分正确->全部正确

#include <algorithm> #include <stdio.h> #include <string.h> #include <fstream> #include <iostream> #include <string.h> #include <cstring> #include <vector> using namespace std; #define maxN 105 #define manK