A1075 . PAT Judge (25)

来源:互联网 发布:酷牛网络我的世界 编辑:程序博客网 时间:2024/04/25 06:44

1075. PAT Judge (25)

时间限制
200 ms
内存限制
65536 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue

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 for PAT.

Input Specification:

Each input file contains one test case. For each case, the first line contains 3 positive integers, N (<=104), the total number of users, K (<=5), the total number of problems, and M (<=105), the total number of submittions. It is then assumed that the user id's are 5-digit numbers from 00001 to N, and the problem id's are from 1 to K. The next line contains K positive integers p[i] (i=1, ..., K), where p[i] corresponds to the full mark of the i-th problem. Then M lines follow, each gives the information of a submittion in the following format:

user_id problem_id partial_score_obtained

where partial_score_obtained is either -1 if the submittion cannot even pass the compiler, or is an integer in the range [0, p[problem_id]]. All the numbers in a line are separated by a space.

Output Specification:

For each test case, you are supposed to output the ranklist in the following format:

rank user_id total_score s[1] ... s[K]

where rank is calculated according to the total_score, and all the users with the same total_score obtain the same rank; and s[i] is the partial score obtained for the i-th problem. If a user has never submitted a solution for a problem, then "-" must be printed at the corresponding position. If a user has submitted several solutions to solve one problem, then the highest score will be counted.

The ranklist must be printed in non-decreasing order of the ranks. For those who have the same rank, users must be sorted in nonincreasing order according to the number of perfectly solved problems. And if there is still a tie, then they must be printed in increasing order of their id's. For those who has never submitted any solution that can pass the compiler, or has never submitted any solution, they must NOT be shown on the ranklist. It is guaranteed that at least one user can be shown on the ranklist.

Sample Input:
7 4 2020 25 25 3000002 2 1200007 4 1700005 1 1900007 2 2500005 1 2000002 2 200005 1 1500001 1 1800004 3 2500002 2 2500005 3 2200006 4 -100001 2 1800002 1 2000004 1 1500002 4 1800001 3 400001 4 200005 2 -100004 2 0
Sample Output:
1 00002 63 20 25 - 182 00005 42 20 0 22 -2 00007 42 - 25 - 172 00001 42 18 18 4 25 00004 40 15 0 25 -

#include<cstdio>#include<algorithm>using namespace std;const int maxn = 10005;struct Stu{int Rank,id;int score[6];int sum;bool flag;int perfect;}stu[maxn];bool cmp(Stu a,Stu b){if(a.sum!=b.sum) return a.sum > b.sum;else if(a.perfect!=b.perfect) return a.perfect > b.perfect;elsereturn a.id < b.id;}int main(){int n,k,m,id,pId,pScore;int grade[6];for(int i = 0;i < maxn;i++){stu[i].id = i;stu[i].sum = 0;stu[i].flag = 0;stu[i].perfect = 0;fill(stu[i].score,stu[i].score+6,-1);}scanf("%d %d %d",&n,&k,&m);for(int i = 1;i <= k;i++)scanf("%d",&grade[i]);for(int i = 0;i < m;i++){scanf("%d %d %d",&id,&pId,&pScore);stu[id].id = id;if(pScore!=-1){stu[id].flag = 1;//通过编译}if(pScore==-1 && stu[id].score[pId]==-1)//第一次提交,没通过编译stu[id].score[pId] = 0;if(pScore==grade[pId]&&stu[id].score[pId]<pScore)//要防止perfect被同一道题反复更新!stu[id].perfect++;if(stu[id].score[pId] < pScore){//更新分数要放在perfect之后!stu[id].flag = 1;stu[id].score[pId] = pScore;}}for(int i = 1;i <= n;i++){for(int j = 1;j <= k;j++)if(stu[i].score[j]>0)stu[i].sum += stu[i].score[j];}sort(stu+1,stu+n+1,cmp);for(int i = 1;i <= n;i++){//排名if(i==1) stu[i].Rank = 1;else {if(stu[i].sum==stu[i-1].sum)stu[i].Rank = stu[i-1].Rank;elsestu[i].Rank = i;}if(stu[i].flag){//输出printf("%d %05d %d ",stu[i].Rank,stu[i].id,stu[i].sum);for(int j = 1;j <= k;j++){if(stu[i].score[j]!=-1) printf("%d",stu[i].score[j]);else printf("-");if(j<k) putchar(' ');else putchar('\n');}}}return 0;}

0 0
原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 公积金代扣失败怎么办 信用账户中签了怎么办 大话西游账号忘记了怎么办 网易云忘记账号怎么办 校园网登录不上怎么办 wifi名称隐藏了怎么办 玩游戏不能全屏怎么办 方舟手机版回档怎么办 进京证审核中怎么办 美篇审核中怎么办 视频不能转码怎么办 文件太大上传不了怎么办 数据库添加日志错误怎么办 桌面计算机图标不见了怎么办 qq空间封闭了怎么办 血小板600多怀孕怎么办 干活要不到工钱怎么办 银联手机号换了怎么办 深圳个体户工商年检怎么办 三个人合伙怎么办执照 两个人合伙怎么办执照 单位公章坏了怎么办 公章外壳坏了怎么办 公司变更名称银行怎么办 公司被起诉了怎么办 微信限制搜索怎么办 微博vip改不了怎么办 改不了微信号怎么办 修改不了微信号怎么办 触屏自检失败怎么办 微信名片加不上怎么办 微信号不是手机号怎么办 qq被盗号了怎么办 不知道对方名字怎么办 qq密码找不到了怎么办 好朋友跟你告白怎么办 感情破裂没证据怎么办 在微信里找不到昵称怎么办 营业执照副本丢了怎么办 个体营业执照副本丢失怎么办 三联发票丢了怎么办