E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
PAT甲级1072
PAT甲级
推荐做题顺序按照19年9月4日通过率排序
试题编号通过率11130.63%11200.62%10080.59%10640.58%10990.57%10940.55%10920.54%10110.53%10830.51%11020.51%10270.50%10540.50%11270.49%10510.47%10560.47%11250.47%10200.46%11300.46%11340.46%11400.46%11550.46%1006
best335
·
2020-07-01 18:22
PAT
甲级
2020年7月
PAT甲级
满分必备刷题技巧(已完结)
最新消息:本文的三年真题归类和题解都已经完成了。考试时间通知:原定于2020年6月21日举行的PAT春季考试将推迟至7月25日13:30-16:30举办。报名截止时间相应改为7月18日17:00。这份技巧帮你一网打尽所有的要点!1分类刷题,刷出水平1.1先刷最近三年的分类真题1131到1167Q:为什么要先刷后面这36题?A:因为这才是最接近未来考题的题目,刷下来你会发现很多知识点会反复出现。另外
浒鱼鱼
·
2020-07-01 17:45
PAT甲级
PAT甲级
题目索引(题目+解析+AC代码)
emmmm,1001~1033的题解是英文的,后面的解析就都是中文的了,(当时想借此锻炼自己的英文水平但是最后发现效果不是太好而且浪费时间遂换回中文,就在这里说一下~)题目信息分值
PAT甲级
1001A+
漫浸天空的雨色
·
2020-07-01 15:47
主题索引
第一次考
PAT甲级
,95分,分享一下自己的心得体会
2019.9.8日下午13:30-15:30在西安交通大学考了
PAT甲级
,95分,考完的时候心情还是比较激动的,毕竟自己从上个学期来来回回总计三个多月,基本上把
PAT甲级
题刷完了,最后拿到了满足自己预期的成绩
MatstanLy_
·
2020-07-01 11:55
想法
如何一个月左右拿下
PAT甲级
(浙大机试)满分
说明:本经验适用于
PAT甲级
难度(包括浙大保研机试、考研复试机试)博主情况:双非,无任何ACM经历,浙大保研机试满分(
PAT甲级
难度)。
进击De小火柴
·
2020-07-01 07:45
C++算法与竞赛
PAT甲级
真题 1017 Queueing at Bank
一、题目二、还是要搞清楚思路,运用技巧注意细节!!!三、代码v1.0:#include#include#defineSTART28800#defineSTOP61200typedefstruct{intat;intpt;intst;intet;}customer;customerwait[10001];typedefstructnode{customerdata;structnode*next;}
zyl_wjl_1413
·
2020-06-30 20:01
PAT甲级真题
PAT甲级
真题 1085 Perfect Sequence (25分) C++实现(排序、双指针,注意测试点5坑)
题目Givenasequenceofpositiveintegersandanotherpositiveintegerp.ThesequenceissaidtobeaperfectsequenceifM≤m×pwhereMandmarethemaximumandminimumnumbersinthesequence,respectively.Nowgivenasequenceandaparamet
zhang35
·
2020-06-30 13:37
PAT
PAT甲级
真题 1084 Broken Keyboard (20分) C++实现(简单遍历搜索)
题目Onabrokenkeyboard,someofthekeysarewornout.Sowhenyoutypesomesentences,thecharacterscorrespondingtothosekeyswillnotappearonscreen.Nowgivenastringthatyouaresupposedtotype,andthestringthatyouactuallytyp
zhang35
·
2020-06-30 13:37
PAT
hdu
1072
因为0#include#include#includeconstintmaxn=10;usingnamespacestd;structnode{intx,y;inttime;intans;};intdir[4][2]={{0,1},{1,0},{0,-1},{-1,0}};intmap[maxn][maxn];intvis[maxn][maxn];intx1,y1;introw,col;intdf
superpig101
·
2020-06-30 12:12
算法练习题
西安严查二三轮非法载客 昨一天查扣非法营运两三轮441例
5月24日全市共纠处车不让人
1072
例,查扣非法载客营运两三轮441例。
长安城内
·
2020-06-30 07:54
PAT甲级
-1002 A+B for Polynomials (25)(25 分)
1002A+BforPolynomials(25)(25分)Thistime,youaresupposedtofindA+BwhereAandBaretwopolynomials.InputEachinputfilecontainsonetestcase.Eachcaseoccupies2lines,andeachlinecontainstheinformationofapolynomial:KN
大奸猫
·
2020-06-30 07:44
PAT甲级
如何刷pat(想要在
pat甲级
拿80到90分)
想要在
pat甲级
拿80到90分?陈越姥姥给出的建议如下:首先有十分钟
筑梦悠然
·
2020-06-29 21:21
pat甲级
关于
pat甲级
1028运行超时的解决方法
程序的代码://13.00-13.15#include#include#include#include#includeusingnamespacestd;typedefstructnode{intid;//stringname;charname[10];intgrade;}node;nodev[100000];//vectorv;intc;boolcmp1(nodea,nodeb){if(1==c
virgilshi
·
2020-06-29 18:14
PAT甲级
1001 A+B Format (20分)(题目及测试点分析)
Calculatea+bandoutputthesuminstandardformat–thatis,thedigitsmustbeseparatedintogroupsofthreebycommas(unlesstherearelessthanfourdigits).InputSpecification:Eachinputfilecontainsonetestcase.Eachcaseconta
Fmm-PMO
·
2020-06-29 16:21
PAT甲级
如何用MATLAB把二元离散点拟合成三维平面
原始数据的输入,这里可以采用workspace输入,表格,文本等格式,用MATLAB进行读取,鉴于本例中,就直接在命令行窗口中直接输入://拟合三维平面clearallclccloseallData=[2-
1072
空心DM
·
2020-06-29 11:24
MATLAB学习笔记
Maximum Subsequence Sum (25)-
PAT甲级
真题(最大连续子序列和、动态规划dp)
01-复杂度2MaximumSubsequenceSum(25分)鉴于一系列K整数{N1,N2…Nk}。连续子序列定义为{N1,N2…Nj}其中0≤j≤k。最大子序列是连续子序列,其元素总和最大。例如,给定序列{-2,11,-4,13,-5,-2},其最大子序列是{11,-4,13},最大和为20。现在你应该找到最大的总和,以及最大子序列的第一个和最后一个数字。输入规格:每个输入文件包含一个测试用
39.5℃的风
·
2020-06-29 07:57
数据结构与算法专栏
19双非跨考浙大计算机经验贴~~
一、写在前面 先说一下个人情况吧,我是电科跨考计算机,成绩政治68分,英语75分,数学120分,专业课122分,总分385分,19年3月2日
PAT甲级
100分(可惜不能代替机试),19年3月15日机试
空白wk
·
2020-06-29 00:44
考研
浙江大学
计算机
双非
跨考
机试
Hash(哈希/散列)表中冲突处理及命中计算
引言写这篇博客的契机是在刷
pat甲级
题遇到了一道写哈希的题目,结果英文太次被欺负了。之后靠翻译读懂题目,结果被命中率给坑了,遥想起以前打比赛好像也被这个坑过,愤懑不平来写博。
weixin_34226182
·
2020-06-28 14:35
pat甲级
1152 Google Recruitment (20 分)
InJuly2004,GooglepostedonagiantbillboardalongHighway101inSiliconValley(showninthepicturebelow)forrecruitment.Thecontentissuper-simple,aURLconsistingofthefirst10-digitprimefoundinconsecutivedigitsofthe
weixin_30487317
·
2020-06-27 20:04
读书是一件孤独自怡的事
北宋大文学家、政治家欧阳修(公元1007年—
1072
年)曾说,读书要珍惜枕上、马上、厕上"三上"时间。讲得是要抽空读书,要挤出时间读书,要在繁重事务中快速转
大小白杨
·
2020-06-27 19:21
Nightmare(HDU
1072
)
题目大意:一般的搜索问题,用BFS能够0ms解决。有剩余时限让你去走迷宫,有一个特殊的东西可以让你的剩余时间重置。具体的要求是:1.Wecanassumethelabyrinthisa2array.(二维迷宫)2.Eachminute,Ignatiuscouldonlygettooneofthenearestarea,andheshouldnotwalkoutoftheborder,ofcours
jason_star
·
2020-06-27 07:28
ACM_BFS
hdu
1072
NightmareTimeLimit:1000MSMemoryLimit:32768KB64bitIOFormat:%I64d&%I64uDescriptionIgnatiushadanightmarelastnight.Hefoundhimselfinalabyrinthwithatimebombonhim.Thelabyrinthhasanexit,Ignatiusshouldgetoutof
DoubleQ_
·
2020-06-27 06:47
HDU
HDU
1072
Nightmare (时间重置)BFS
ProblemDescriptionIgnatiushadanightmarelastnight.Hefoundhimselfinalabyrinthwithatimebombonhim.Thelabyrinthhasanexit,Ignatiusshouldgetoutofthelabyrinthbeforethebombexplodes.Theinitialexplodingtimeofthe
Must_so
·
2020-06-26 20:13
ACM题解与算法
ACM(算法)
PAT甲级
1016 Phone Bills(排序+模拟)
1016PhoneBills(25分)Along-distancetelephonecompanychargesitscustomersbythefollowingrules:Makingalong-distancecallcostsacertainamountperminute,dependingonthetimeofdaywhenthecallismade.Whenacustomerstart
threeh20
·
2020-06-26 19:41
PAT甲级
HDU
1072
pid=
1072
题意:有5个整数,表示不同类型的迷宫区:0--------墙1--------路2--------起始位置3--------迷宫的出口4--------重置炸弹爆发时间的位置如果在炸弹爆炸前能逃离迷宫
is今夕
·
2020-06-26 18:47
#
广搜
PAT甲级
真题(1001)
PAT甲级
真题(1001)题目解析源码测试结果题目Calculatea+bandoutputthesuminstandardformat–thatis,thedigitsmustbeseparatedintogroupsofthreebycommas
今天有向小何靠近一点点吗
·
2020-06-26 18:18
我的pat刷题笔记
互联网公司的抗疫情行动!
感染的肺炎确诊人数正在进一步增加——截至2020年1月20日24时,国内各省市累计报告新型冠状病毒感染的肺炎确诊病例为291例,疑似54例,暂无死亡病例;截止2020年1月24日14时33分,全国确诊病例达到883例,疑似
1072
无双.
·
2020-06-26 11:04
pat甲级
题解目录
pat甲级
题解目录注:由于本人已转向使用markdown语法创作博客,以后的题解更新将在另一篇用markdown语法创作的博客
pat甲级
题解目录中进行,本题解目录不再进行更新,请读者多多包涵,谢谢!
日沉云起
·
2020-06-26 05:39
OJ题解目录
pat甲级
杭电
1072
Nightmare(题解+代码)
pid=
1072
题目:NightmareProblemDescriptionIgnatiushadanightmarelastnight.Hefoundhimselfinalabyrinthwithatimebombonhim.Thelabyrinthhasanexit
Lesords
·
2020-06-26 03:19
题解
ACM-ICPC寒假算法训练1:搜索专题 Nightmare
这是一个很经典的好题,我想拿来分析总结HDOJ
1072
Nightmare题目解析:这题说,你从起点出发,能不能在炸弹爆炸之前走出终点?
算法小弱
·
2020-06-26 03:10
算法
HDU
1072
(基础BFS)
这个题还有有点烦的……应该是我菜的缘故……其实刚开始一点问题都没有就寻常的BFS过去开始觉得他烦的时候是我发现这道题他不能标记……对他可以回头走甚至是必须回头走(例如案例二)总之我的代码中还可以看到标记数组的痕迹回头走了一旦有两个4离得近了小于6步那么就会死循环……所以就应该标记4这个4不能让他来回走然后我这个题我还用了优先队列其实完全没有必要就算要优先也是要以步数为最优先其实我本来是用时间优先的
章知德玛
·
2020-06-25 23:29
算法学习笔记
2019浙大计算机机试经验帖
最前面先附上自己的
PAT甲级
解题目录https://blog.csdn.net/qq_41562704/article/details/86487262今年自己的录取很大程度占了机试的运气。
Brielleqqqqqqjie
·
2020-06-25 20:52
考研
1002 A+B for Polynomials (25 分)
最近开始刷
pat甲级
题了然后第二题就是这个刚开始遇到的问题是没读懂题目还以为.是什么特殊格式后来才发现就是小数天发现是小数就简单多了开个数组就行了但是有两个坑1.输出的时候空格问题2.要保留一位小数否则测试点
有人233
·
2020-06-25 16:29
程序设计题目
云计算的发展趋势
根据IDC的报告,2017年公有云的支出为
1072
亿美元,2013年公有云的支出则为474亿美元,2013-2017年均复合增速为23.5%。IDC认为公有云服务的支出将会驱动17%的IT支出增长。
滴答的雨天
·
2020-06-25 14:20
PAT甲级
1029median 参考柳神解题思路
先扔完整代码,可通过在线测试,具体迟点再写#include#includeusingnamespacestd;intmain(){intm,n;cin>>m;vectorarr1(m);for(inti=0;i>arr1[i];}cin>>n;inttotal=(m+n+1)/2;intcount=0;inti=0;for(intj=0;j>temp;while(i
lzy我就来随便逛逛
·
2020-06-25 14:07
pat
互联网公司的抗疫情行动!
感染的肺炎确诊人数正在进一步增加——截至2020年1月20日24时,国内各省市累计报告新型冠状病毒感染的肺炎确诊病例为291例,疑似54例,暂无死亡病例;截止2020年1月24日14时33分,全国确诊病例达到883例,疑似
1072
公众号:Java后端
·
2020-06-25 12:15
【贪心】
PAT甲级
1067
1067SortwithSwap(0,i)(25分)Givenanypermutationofthenumbers{0,1,2,...,N−1},itiseasytosorttheminincreasingorder.ButwhatifSwap(0,*)istheONLYoperationthatisallowedtouse?Forexample,tosort{4,0,2,1,3}wemayapp
努力努力再努力0.0
·
2020-06-25 12:13
PAT甲级
PAT甲级
目录
编号标题题解分类备注1001A+BFormatC++字符串处理1002A+BforPolynomialsC++中级模拟+散列多项式求和问题1003EmergencyC++图最短路径问题1004CountingLeavesC++树树的遍历问题1005SpellItRightC++字符串处理1006SignInandSignOutC++查找元素1007MaximumSubsequenceSumC++动
奇跡の山
·
2020-06-25 10:31
PAT
PAT甲级
-【题目+解答】汇总
:自认为写的特别好的代码
PAT甲级
-1001A+BFormat(20分)
PAT甲级
-1002A+BforPolynomials(25分)
PAT甲级
-1003Emergency(25分)
PAT甲级
-1004CountingLeaves
邂逅模拟卷
·
2020-06-25 08:04
PAT
hdu
1072
Nightmare bfs(java版本)
pid=
1072
NightmareTimeLimit:2000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission
少年织梦
·
2020-06-25 07:35
搜索
PAT甲级
1004.Counting Leaves (30) 题目翻译与答案
题目来源自PAT网站https://www.patest.cn/题目描述:1004.CountingLeaves(30)Afamilyhierarchyisusuallypresentedbyapedigreetree.Yourjobistocountthosefamilymemberswhohavenochild.InputEachinputfilecontainsonetestcase.Eac
漂流瓶jz
·
2020-06-24 22:45
PAT甲级
走迷宫 (2010-12-11 08:54)
pid=
1072
测试输入:3332111101134821101110104110411000000111141113581211111410001001141011011000030111411111
panjidong_3
·
2020-06-24 19:00
PTA_
PAT甲级
_1087 All Roads Lead to Rome (30分)
IndeedtherearemanydifferenttouristroutesfromourcitytoRome.Youaresupposedtofindyourclientstheroutewiththeleastcostwhilegainingthemosthappiness.InputSpecification:Eachinputfilecontainsonetestcase.Foreac
dgyzmyx_
·
2020-06-24 18:15
PTA_PAT
(Advanced
Level)
Practice
PTA_
PAT甲级
_1091 Acute Stroke (30分)
Oneimportantfactortoidentifyacutestroke(急性脑卒中)isthevolumeofthestrokecore.GiventheresultsofimageanalysisinwhichthecoreregionsareidentifiedineachMRIslice,yourjobistocalculatethevolumeofthestrokecore.Inp
dgyzmyx_
·
2020-06-24 18:15
PTA_PAT
(Advanced
Level)
Practice
bfs
图论
搜索
PTA_
PAT甲级
_1034 Head of a Gang (30分)
Onewaythatthepolicefindstheheadofagangistocheckpeople’sphonecalls.IfthereisaphonecallbetweenAandB,wesaythatAandBisrelated.Theweightofarelationisdefinedtobethetotaltimelengthofallthephonecallsmadebetwe
dgyzmyx_
·
2020-06-24 18:14
PTA_PAT
(Advanced
Level)
Practice
PTA_
PAT甲级
_
1072
Gas Station (30分)
Agasstationhastobebuiltatsuchalocationthattheminimumdistancebetweenthestationandanyoftheresidentialhousingisasfarawayaspossible.Howeveritmustguaranteethatallthehousesareinitsservicerange.Nowgiventhema
dgyzmyx_
·
2020-06-24 18:14
PTA_PAT
(Advanced
Level)
Practice
PTA_
PAT甲级
_1076 Forwards on Weibo (30分)
WeiboisknownastheChineseversionofTwitter.OneuseronWeibomayhavemanyfollowers,andmayfollowmanyotherusersaswell.Henceasocialnetworkisformedwithfollowersrelations.WhenausermakesapostonWeibo,allhis/herfoll
dgyzmyx_
·
2020-06-24 18:14
PTA_PAT
(Advanced
Level)
Practice
bfs
图论
PTA_
PAT甲级
_1080 Graduate Admission (30分)
Itissaidthatin2011,thereareabout100graduateschoolsreadytoproceedover40,000applicationsinZhejiangProvince.Itwouldhelpalotifyoucouldwriteaprogramtoautomatetheadmissionprocedure.Eachapplicantwillhavetopr
dgyzmyx_
·
2020-06-24 18:14
PTA_PAT
(Advanced
Level)
Practice
排序
结构体
PTA_
PAT甲级
_1018 Public Bike Management (30分)
ThereisapublicbikeserviceinHangzhouCitywhichprovidesgreatconveniencetothetouristsfromallovertheworld.Onemayrentabikeatanystationandreturnittoanyotherstationsinthecity.ThePublicBikeManagementCenter(PBM
dgyzmyx_
·
2020-06-24 18:14
PTA_PAT
(Advanced
Level)
Practice
Pat甲级
题解
初衷虽然网上有很多
Pat甲级
题解,但是本题解纯属为了记录一下自己刷题遇到的困难和解题思路,也为2019春季的甲级考试做准备。欢迎同考甲级的童靴一起交流。
徐伯莱
·
2020-06-24 11:47
Pat甲级
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他