题目题意:摘自柳神 ,反正
转载 2023-06-27 10:24:08
195阅读
The ranklist of PAT is generated from the status list, which shows the scores of the submissions. This time you are supposed to generate the ranklist
转载 2020-04-30 22:05:00
53阅读
2评论
1075PAT Judge(25 point(s))The ranklist of PAT is generated from the status list, which shows the scores of the submispec...
原创 2022-09-15 11:06:00
119阅读
The ranklist of PAT is generated from the status list, which shows thPAT.Input Specification:Each input file co...
原创 2023-05-18 14:20:10
94阅读
返回目录题意有n位考生,准考证号为00001-n。共k道题编号为1-k。给出m次提交,每次格式为(id 题号 分数),若分数=-1,则表示没有通过编译。对所有考生进行排序,然后输出,排序规则为(总分>perfect题目数>id(小的在前))输出格式为:(排名 id 总分 题目1分数 题目2分数 … 题目k分数)样例(可复制)7 4 2020 25 25 3000002...
原创 2022-07-14 17:38:42
36阅读
The ranklist of PAT is generated from the status list, which shows the scores of the submissions(提交). This tim
原创 2022-05-25 17:51:18
61阅读
The ranklist of PAT is generated from the status list, which shows the scores of the submittions. This time you are supposed to generate the ranklist
转载 2018-03-23 10:23:00
16阅读
1075PAT Judge(25分)The ranklist of PAT is generated from the status list, which s
原创 2022-09-19 15:41:40
62阅读
#include<iostream>#include<stdio.h>#include<stdlib.h>#include<math.h>#include<string.h>#include<algorithm> #include<map>#include<vector>#inclu...
原创 2022-07-14 10:19:33
78阅读
带模拟。 题意 有N位考生,共有K道题,且每道题的分值给出。然后给出M次提交记录,每个提交记录显示了该次提交所属考生的准考证号、交题的题号及所得的分值,其中分值要么是-1 (表示未通过编译),要么是0到该题满分区间的一个整数。现在要求对所有考生按下面的规则排序: 先按K道题所得总分从高到低排序。 若
转载 2021-02-16 18:17:00
46阅读
输入:一共有N个人(人的编号00001~XXXX PS:XXXX=N) 有K道题目 M次提交的K道题按编号(1~K)给出满分接着M行 提交人编号 题目编号 得分(-1:提交后编译错误 0~对应的满分:编译成功,结果错误/部分正确/AC ) ……输出:第几名 用户名 总分 第一题分数 第二题分数 ……最后一道题分数 ……要求根据获得的总分排序输出(PS:提交过一次或以上 且 编译成功 的才在输出范围。 没有提交过、提交的题目都编译错误不在
原创 2022-11-25 11:14:27
38阅读
1075. PAT Judge (25) 时间限制 200 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue The ranklist of PAT is generated from the status
原创 2022-11-09 18:19:27
48阅读
The ranklist of PAT is generated from the status list, which shows the scores of the submissions. This time you are supposed to generate the ranklist for PAT.
原创 2022-02-22 22:48:00
44阅读
/*************************题意:此题关键在于题意和细节处理题意:给出每个PAT参赛者的每次提交结果统计出排名并输出要求: 1.按照
原创 2022-09-26 10:12:54
46阅读
1075 PAT Judge (25分)   The ranklist of PAT is generated from the status list, which shows the scores of the submissions. This time you are supposed to generate the ranklist for PAT. Input Speci
原创 2021-08-30 16:45:41
75阅读
1075 PAT Judge (25分)   The ranklist of PAT is generated from the status list, which shows the scores of the submissions. This time you are supposed to generate the ranklist for PAT. Input
转载 2021-08-31 11:01:04
86阅读
1075. PAT Judge (25)时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueThe ranklist of PAT is generated from the status
原创 2022-08-30 10:28:43
67阅读
目录1,题目描述题目大意2,思路数据结构算法3,AC代码4,测试结果1,题目描述Sample Input: 25000...
原创 2022-10-27 15:59:40
69阅读
题目题意:给出PAT考试的学生成绩,要求按完美解决问题的
原创 2023-06-27 10:13:50
66阅读
1075 链表元素分类 (25 point(s))
原创 2022-09-15 10:44:46
40阅读
  • 1
  • 2
  • 3
  • 4
  • 5