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甲级
A1035 Password(20 分)
ToprepareforPAT,thejudgesometimeshastogeneraterandompasswordsfortheusers.Theproblemisthattherearealwayssomeconfusingpasswordssinceitishardtodistinguish1(one)froml(Linlowercase),or0(zero)fromO(oinupper
小·幸·运
·
2020-07-15 02:05
PAT甲级
hdu
1072
Nightmare(BFS法和DFS法)
pid=
1072
题目大意:0为墙1为路2为起点3为终点4为炸弹走到任意一个炸弹都可以将所有炸弹重置倒计时6minutes每走一个位置需要1minutes问从2到3需要的最少时间DFS法更快。
H2oooooooooooooooooo
·
2020-07-14 23:29
be17
HDU
1072
Nightmare (搜索算法)(DFS or BFS)
这道题是搜索算法dfs或者bfs悲催的路啊!NightmareTimeLimit:2000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):10931AcceptedSubmission(s):5322ProblemDescriptionIgnatiushadanightmarelastnight
sizaif
·
2020-07-14 22:26
***搜索***
PAT 甲级 汇总
终于把
PAT甲级
的题目都补齐啦~~~撒花~~~臭不要脸的给自己弄了个汇总23333。
sheepyWYY
·
2020-07-14 22:32
PAT
pat甲级
1035. Password (20)
欢迎访问我的
pat甲级
题解目录哦https://blog.csdn.net/richenyunqi/article/details/84981078题目描述C++代码#includeusingnamespacestd
日沉云起
·
2020-07-14 21:28
pat甲级
PAT甲级
1035
1035Password(20point(s)) ToprepareforPAT,thejudgesometimeshastogeneraterandompasswordsfortheusers.Theproblemisthattherearealwayssomeconfusingpasswordssinceitishardtodistinguish1(one)froml(Linlowercas
_云胡
·
2020-07-14 21:45
PAT甲级
PAT甲级
1050(字符串减法)
1050StringSubtraction(20point(s)) GiventwostringsS1andS2,S=S1−S2isdefinedtobetheremainingstringaftertakingallthecharactersinS2fromS1.YourtaskissimplytocalculateS1−S2foranygivenstrings.However,itmight
_云胡
·
2020-07-14 21:45
PAT甲级
PAT甲级
1140 Look-and-say Sequence (20分) 字符串处理/C++
1140Look-and-saySequence(20分)字符串处理题目大意:这题和LeetCode里面的38.CountandSay(可以看看LeetCode的各种题解)差不多。只不过say和count的位置相反。#include//输入输出流头文件#include//栈#include//C++string类usingnamespacestd;//标准命名空间voidlookandsay(in
六九八
·
2020-07-14 21:29
PAT
PAT甲级
1077,字符串
#includeusingnamespacestd;intmain(){intn;strings1;cin>>n;getchar();//吸收换行符getline(cin,s1);for(intk=1;k=0&&j>=0){if(s1[i]==s2[j])temp.push_back(s1[i]);elsebreak;i--;j--;}s1=temp;//让s1等于temp,以便之后再次进行和s2
天上的人我是谁
·
2020-07-14 21:52
PAT甲级
PAT甲级
1005,字符串
#includeusingnamespacestd;intmain(){stringstr[10]={"zero","one","two","three","four","five","six","seven","eight","nine"};stringt;cin>>t;intsum=0;for(inti=0;i
天上的人我是谁
·
2020-07-14 21:51
PAT甲级
PAT甲级
1035字符串
#includeusingnamespacestd;intmain(){intn;vectorv;cin>>n;for(inti=0;i>name>>account;for(inti=0;i
天上的人我是谁
·
2020-07-14 21:51
PAT甲级
PAT甲级
1077 Kuchiguse (20 分) 题解
\quad这是一个找字符串最长公共后缀的题,依次取出每个句子最后一个字符,判断这些字符是否相同即可,若均相同则加入到结果中去,若不是则结束寻找。暴力求解,程序如下:#include#include#include#includeusingnamespacestd;intmain(){intN;cin>>N;vectora(N);getchar();//取出行末换行符,不然第一个getline会将这
程勇uestc
·
2020-07-14 19:03
PAT甲级
HDU
1072
Nightmare(dfs、bfs、记忆化搜索)
Ignatiushadanightmarelastnight.Hefoundhimselfinalabyrinthwithatimebombonhim.Thelabyrinthhasanexit,Ignatiusshouldgetoutofthelabyrinthbeforethebombexplodes.Theinitialexplodingtimeofthebombissetto6minute
luer9
·
2020-07-14 19:21
DFS
BFS
PAT甲级
1048 Find Coins (25 分)(二分)
1048FindCoins(25分)Evalovestocollectcoinsfromallovertheuniverse,includingsomeotherplanetslikeMars.Onedayshevisitedauniversalshoppingmallwhichcouldacceptallkindsofcoinsaspayments.However,therewasaspecia
追什么风筝
·
2020-07-14 19:23
PAT甲级
二分法
PAT甲级
1005
1005.SpellItRight(20)时间限制400ms内存限制65536kB代码长度限制16000B判题程序Standard作者CHEN,YueGivenanon-negativeintegerN,yourtaskistocomputethesumofallthedigitsofN,andoutputeverydigitofthesuminEnglish.InputSpecification
qq_36317016
·
2020-07-14 18:20
PAT
PAT甲级
1012
1012考试成绩排名整体难度不大,主要有两个考点:std::set的使用快速确定排名1主要是套模板。2利用了一个数组进行处理,把某个分数之前的都加1。注意最终排名输出的时候,注意技巧就行。#includeusingnamespacestd;intC[101],M[101],E[101],A[101];structNode{stringid;intC,M,E,A;booloperator==(con
Erick_Lv
·
2020-07-14 18:54
PAT甲级
PAT甲级
1005 字符串的处理
题目Givenanon-negativeintegerN,yourtaskistocomputethesumofallthedigitsofN,andoutputeverydigitofthesuminEnglish.InputSpecification:Eachinputfilecontainsonetestcase.EachcaseoccupiesonelinewhichcontainsanN
我家面试官最好看
·
2020-07-14 17:58
刷子刷题
PAT甲级
1001 字符串处理
题目1001A+BFormat(20分)Calculatea+bandoutputthesuminstandardformat–thatis,thedigitsmustbeseparatedintogroupsofthreebycommas(unlesstherearelessthanfourdigits).InputSpecification:Eachinputfilecontainsonete
我家面试官最好看
·
2020-07-14 17:58
刷子刷题
JSR-107缓存规范介绍
本文目录:1.什么是JSR-
1072
.应用调用缓存图示3.JSR-107规范使用4.Spring缓存机制缓存是每一个系统都应该考虑的功能,它用来加速系统的访问,提升系统的性能。
扛麻袋的少年
·
2020-07-14 14:16
#
Spring
Boot
浙大
PAT甲级
1071 字符串计数
先将输入字符串中的大写字母改为小写,然后遍历字符串将分割出来的单词插入到map中,最后遍历map输入单词和最大次数。AC代码:#include#include#include#include#include#include#include#include#include#include#include#defineinf-100000000usingnamespacestd;mapmm;intma
luowei5513
·
2020-07-14 14:51
浙大pat
PAT
1072
. Gas Station (30)
1072
.GasStation(30)时间限制200ms内存限制65536kB代码长度限制16000B判题程序Standard作者CHEN,YueAgasstationhastobebuiltatsuchalocationthattheminimumdistancebetweenthestationandanyoftheresidentialhousingisasfarawayaspossible
frozenshore
·
2020-07-14 10:06
PAT(Advanced)
&method=showdetail&id=
1072
#include#include#includeusingnamespacestd;inta[1050][1050];charb[1050],c[1050];intmain(intargc,char*argv[]){inti,j,k,m,n,r;while(cin>>&b[1]>>&c[1]){m=strlen(&b[1]),n=strlen(&c[1]);for(i=0;i<=m;i++)a[i
chenlang888
·
2020-07-14 08:49
动态规划
PAT甲级
真题1005. Spell It Right
题目链接:https://www.patest.cn/contests/pat-a-practise/1005题意非常的简单,给我们一个数,让我们把这个数所有位上的数加起来,得到的和通过英文把每一位读出来。这题需要注意的是N的范围是10^100,所以我们不能通过int,甚至是longlong来读入,这里我们应该按照字符串进行读入。#include#include#include#includeus
RaAlGhul
·
2020-07-14 05:10
ACM_Water
PAT考题练习题解
PAT甲级
1005
SpellItRightGivenanon-negativeintegerN,yourtaskistocomputethesumofallthedigitsofN,andoutputeverydigitofthesuminEnglish.InputSpecification:Eachinputfilecontainsonetestcase.Eachcaseoccupiesonelinewhichc
Mr0cheng
·
2020-07-14 05:29
字符串格式化输出
PAT
PAT甲级
LeetCode
1072
. 按列翻转得到最大值等行数
给定由若干0和1组成的矩阵matrix,从中选出任意数量的列并翻转其上的每个单元格。翻转后,单元格的值从0变成1,或者从1变为0。返回经过一些翻转后,行上所有值都相等的最大行数。示例1:输入:[[0,1],[1,1]]输出:1解释:不进行翻转,有1行所有值都相等。示例2:输入:[[0,1],[1,0]]输出:2解释:翻转第一列的值之后,这两行都由相等的值组成。示例3:输入:[[0,0,0],[0,
机器狗mo
·
2020-07-12 18:00
PAT甲级
1027 Colors in Mars (20分)
1027ColorsinMars(20分)题目链接:PATA1027题目大意:给出三个十进制数,都是在[0-168]范围内,要求将他们转化为13进制后按顺序输出。思路分析:非常简单的一道题,由于数的范围是[0-168],所以甚至都不需要会进制转化的编程解法,只需要找规律就行:转化为13进制数肯定是一个两位数(因为168usingnamespacestd;intmain(){inta,b,c;cin
sosalt8
·
2020-07-12 13:46
PAT甲级题解
PAT甲级
A1027答案(使用C语言)
题目描述PeopleinMarsrepresentthecolorsintheircomputersinasimilarwayastheEarthpeople.Thatis,acolorisrepresentedbya6-digitnumber,wherethefirst2digitsareforRed,themiddle2digitsforGreen,andthelast2digitsforBl
陈楷锐
·
2020-07-12 12:23
PAT
Advance
level
PAT甲级
刷题记录——1027 Colors in Mars (20分)
PeopleinMarsrepresentthecolorsintheircomputersinasimilarwayastheEarthpeople.Thatis,acolorisrepresentedbya6-digitnumber,wherethefirst2digitsareforRed,themiddle2digitsforGreen,andthelast2digitsforBlue.T
囷囷
·
2020-07-12 12:42
PAT甲级
PAT甲级
刷题记录——1054 The Dominant Color (20分)
Behindthescenesinthecomputer’smemory,colorisalwaystalkedaboutasaseriesof24bitsofinformationforeachpixel.Inanimage,thecolorwiththelargestproportionalareaiscalledthedominantcolor.Astrictlydominantcolort
囷囷
·
2020-07-12 12:11
PAT甲级
PAT甲级
(Advanced Level)练习题——1001
从今天开始刷题=。=会经常更新的题目描述GivenNrationalnumbersintheform"numerator/denominator",youaresupposedtocalculatetheirsum.输入描述:Eachinputfilecontainsonetestcase.EachcasestartswithapositiveintegerN(usingnamespacestd;
制冷少年徐同学
·
2020-07-12 09:39
【
PAT甲级
】1054 The Dominant Color
1054TheDominantColor(20分)Behindthescenesinthecomputer'smemory,colorisalwaystalkedaboutasaseriesof24bitsofinformationforeachpixel.Inanimage,thecolorwiththelargestproportionalareaiscalledthedominantcolo
Musecho
·
2020-07-12 02:31
pat甲级
题解目录
pat甲级
题解目录附上github源码地址,撒娇打滚求star哦~~ღ(´・ᴗ・`)比心编号标题题解分类备注1001A+BFormatC++字符串处理1002A+BforPolynomialsC++中级模拟
日沉云起
·
2020-07-11 21:41
pat甲级
OJ题解目录
PAT甲级
1054 The Dominant Color (送分题)
Behindthescenesinthecomputer’smemory,colorisalwaystalkedaboutasaseriesof24bitsofinformationforeachpixel.Inanimage,thecolorwiththelargestproportionalareaiscalledthedominantcolor.Astrictlydominantcolort
写完这道题就睡觉
·
2020-07-11 19:31
PAT
Tree Traversals Again (25)
PAT甲级
刷题
Aninorderbinarytreetraversalcanbeimplementedinanon-recursivewaywithastack.Forexample,supposethatwhena6-nodebinarytree(withthekeysnumberedfrom1to6)istraversed,thestackoperationsare:push(1);push(2);push
有希N
·
2020-07-11 16:07
PAT 1158 Telefraud Detection
原题链接:PAT1158TelefraudDetection(25分)(电话欺诈检测)关键词:并查集参考的浒鱼鱼的博客:19春第三题
PAT甲级
1158TelefraudDetection(25分)用这个方法最好
cwtnice
·
2020-07-11 04:05
#
PAT甲级
PAT 1139 First Contact
原题链接:1139FirstContact(30分)关键字:图论、枚举参考的柳神博客:PAT1139.FirstContact(30)-
PAT甲级
真题Unlikeinnowadays,thewaythatboysandgirlsexpressingtheirfeelingsoflovewasquitesubtleintheearlyyears.WhenaboyAhadacrushonagirlB
cwtnice
·
2020-07-11 04:04
#
PAT甲级
图论
枚举
PAT 1159 Structure of a Binary Tree
原题链接:PAT1159StructureofaBinaryTree(30分)参考的浒鱼鱼的博客:
PAT甲级
1159StructureofaBinaryTree(30分)关键词:dfs建树注意:fullbinarytree
cwtnice
·
2020-07-11 04:04
#
PAT甲级
dfs建树
PAT 1135 Is It A Red-Black Tree
原题链接:1135IsItARed-BlackTree(30分)关键字:红黑树、BST树建树参考的浒鱼鱼的博客:17年春季第四题
PAT甲级
1135IsItARed-BlackTree(30)Thereisakindofbalancedbinarysearchtreenamedred-blacktreeinthedatastructure.Ithasthefollowing5properties
cwtnice
·
2020-07-11 04:04
#
PAT甲级
红黑树
BST建树
这是回音你懂吗
[
1072
]这是回音你懂吗时间限制:1000ms内存限制:65535K问题描述这题很简单,按照样例输入输出的格式制造回音。输入本题包含多组数据。每组数据一行,仅包含中文文字、英文大小写字母以及数字。
Steppedby
·
2020-07-10 23:39
水题
PAT甲级
.1086. Tree Traversals Again (25)
题目Aninorderbinarytreetraversalcanbeimplementedinanon-recursivewaywithastack.Forexample,supposethatwhena6-nodebinarytree(withthekeysnumberedfrom1to6)istraversed,thestackoperationsare:push(1);push(2);pu
R11happy
·
2020-07-10 23:12
PAT甲级
《一期一图》第61期:百啭千声随意移,山花红紫树高低
解诗这首诗创作时间不详,学术界流传三种说法:(1)景祐三年(1036年)至康定元年(1040年)间;(2)庆历八年(1048年)至至和元年(1054年)八月间;(3)熙宁四年(1071年)六月至熙宁五年(
1072
萃丰
·
2020-07-10 04:22
PAT甲级
-1040 Longest Symmetric String (25分)【推荐!!!】
点击链接
PAT甲级
-AC全解汇总题目:Givenastring,youaresupposedtooutputthelengthofthelongestsymmetricsub-string.Forexample
邂逅模拟卷
·
2020-07-09 22:20
PAT
pat甲级
准备
一方面我也想考个
pat甲级
80+,据说这个考得好的话是可以直接去面试的,如果考研失利,就只能工作,这个还是
leon_ldy
·
2020-07-09 17:20
心理历程
第八届蓝桥杯省赛javaB组题目解析
作者自己做完之后发现省赛的一幕其实是不难的,说实话,自己觉得题目难度还没有
PAT甲级
的难度高。
瓤瓤
·
2020-07-09 08:36
蓝桥杯
PAT 甲级1027
PAT甲级
1027一开始看到题意竟然想到的是直接写模板,我真是太笨了。陷入模板的圈里了。
Jerry Lee の blog
·
2020-07-09 03:14
PAT
PAT甲级
-1003 Emergency (25)(25 分)-图之最短路径
1003Emergency(25)(25分)Asanemergencyrescueteamleaderofacity,youaregivenaspecialmapofyourcountry.Themapshowsseveralscatteredcities【点】connectedbysomeroads【边】.Amountofrescueteamsineachcity【点权】andthelength
大奸猫
·
2020-07-09 03:20
PAT甲级
PAT甲级
的一些题目分类
由于本人还没刷完PAT的甲级,但又希望按分类刷题,故根据柳神的资料整理了一下
PAT甲级
的155道题目的分类,整理如下。
MYLin粼
·
2020-07-08 21:35
PAT
2019年3月
PAT甲级
认证经验教训总结~~~路还很长,慢慢来
今天的PAT认证是我人生中的第二次算法考试,第一次是六年前大一学习C语言时学校举行的算法比赛。跟第一次一样,这次考得也非常失败,只做出来前两道题。去年七月份辞职跨专业考研,选了自己感兴趣的计算机,认认真真复习了半年,初试成绩还行,应该能进复试。初试结束后,我就开始在OJ上面做题,为机试做准备。为了能让自己简历好看些,我报考了PAT、CCF认证。这次PAT认证我的目标是满分,然而。。。按照往期题目的
Dr.Armstrong
·
2020-07-08 20:22
考试总结
Diurnal variation of heavy rainfall over the Beijing-Tianjin-Hebei region: Role of aerosol cloud ...
Roleofaerosolcloudeffectanditssensitivitytomoisture](https://www.atmos-chem-phys-discuss.net/acp-2018-
1072
grug350
·
2020-07-08 19:38
【
PAT甲级
】1025 PAT Ranking (25分)
解题过程的小记录,如有错误欢迎指出。难度:一星(在做完1012后弄懂排序规则后此题并不难)小导航~题目分析注意点我的解题过程思路bug代码dalao的代码借鉴点题目分析给出若干个考点的考生的信息,求出给出考点排名和总排名,最后按照一定的格式进行输出。注意点两个并列第一名后是第三名我的解题过程思路采用结构体存储考生信息,在输入的时候每个子循环结束后进行地方排名并赋值,输入完毕后进行整体排序赋值,最后
Qiaoco
·
2020-07-08 19:15
PAT甲级
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
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
其他