1025. PAT Ranking (25)时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueProgramming Ability Test (PAT) is organized by the College of Computer...
PAT Ranking Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is suppose ...
转载
2021-07-19 23:12:00
99阅读
1025 PAT Ranking (25 point(s))Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zheji
1075PAT Judge(25 point(s))The ranklist of PAT is generated from the status list, which shows the scores of the submispec...
返回目录题意有n个考场,每个考场有k个考生。现在按照分数进行排名,相同分数时,按照id小优先,输出时按照(id 总排名 考场号 考场内部排名)格式注意点id虽然为13位数字,但无法使用long long类型,因为排序比较时会出错,最后一个测试点无法通过每个考场输入完都进行一次排序,得到场内排名,最后一次排序,得到总排名#include <bits/stdc++.h>u...
返回目录题意有n位考生,准考证号为00001-n。共k道题编号为1-k。给出m次提交,每次格式为(id 题号 分数),若分数=-1,则表示没有通过编译。对所有考生进行排序,然后输出,排序规则为(总分>perfect题目数>id(小的在前))输出格式为:(排名 id 总分 题目1分数 题目2分数 … 题目k分数)样例(可复制)7 4 2020 25 25 3000002...
r1 配置
router>enrouter#conf trouter(config)#host r1r1(config)#no ip domain-lookupr1(config)#ena sec 123r1(config)#ban mot #Welcome to r1#r1(config)#line vty 0 4r1(config-line)#no loginr1(config-l
原创
2007-02-14 10:24:28
1069阅读
PAT里面有一个trace的隐藏功能。如下面的例子: 两个判断 判断结果:
转载
2018-03-15 15:02:00
78阅读
2评论
题目链接:https://www.patest.cn/contests/pat-a-practise/1025 Programming Ability Test (PAT) is organized by the College of Computer Science and Technoach test is sup
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 w
转载
2013-08-27 18:16:00
39阅读
2评论
1085 PAT单位排行 (25 point(s))
输入第一行给出一个正整数 N(≤105),即考生人数。随后 N 行,每行按下列格式给出一个考生的信息:
准考证号 得分 学校
其中准考证号是由 6 个字符组成的字符串,其首字母表示考试的级别:B代表乙级,A代表甲级,T代表顶级...
1040 有几个PAT (25 point(s))字符串 APPAPT 中包含了两个单词 PAT,其中第一个 PAT 是第 2 位(P),第 4 位(A),第 6 位(T);第二个 PAT 是第 3 位(P),第 4 位(A
1093 Count PAT's (25 point(s))The string APPAPT contains two PAT's as substrings. The
1025PAT Ranking(25分)Programming Ability Test (PAT) is organized by the College of Computer Science and Technology o
1093. Count PAT's (25)时间限制120 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CAO, PengThe stringAPPAPTcontains twoPAT's as substrings. The first one is form...
转载
2015-07-23 19:18:00
31阅读
2评论