发表评论取消回复
相关阅读
相关 【PAT (Advanced Level) Practice】1086 Tree Traversals Again (25 分)
众所周知只有前序遍历和后序遍历是不可能推出中序遍历的,所以我就不废话了 由树的前序遍历和中序遍历可以推后序遍历 由树的中序遍历和后序遍历可以推前序遍历 incl
相关 【PAT (Advanced Level) Practice】1037 Magic Coupon (25 分)
题意: 给出两个集合,从这两个集合里面选出数量相同的元素进行一对一相乘,求能够得到的最大乘积之和。 题解: 对每个集合,将正数和负数分开考虑,将每个集合里的整数从大到小排
相关 【PAT (Advanced Level) Practice】1093 Count PAT‘s (25 分)
1093 Count PAT’s (25 分) The string APPAPT contains two PAT’s as substrings. The first
相关 【PAT (Advanced Level) Practice】1149 Dangerous Goods Packaging (25 分)
1149 Dangerous Goods Packaging (25 分) When shipping goods with containers, we have to
相关 【PAT (Advanced Level) Practice】1113 Integer Set Partition (25 分)
![在这里插入图片描述][watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ub
相关 【PAT (Advanced Level) Practice】1008 Elevator (20 分)
include<iostream> include<cstdio> include<cstdlib> include<string> i
相关 【PAT (Advanced Level) Practice】1002 A+B for Polynomials (25 分)
include<iostream> include<string> include<cstring> include<cstdio> i
相关 1002 A+B for Polynomials (25 分)
This time, you are supposed to find A+B where A and B are two polynomials. Input Speci
相关 PAT甲级 - 1002 A+B for Polynomials (25 分)
题目链接:[(PAT甲级)1002 A+B for Polynomials (25 分)][PAT_1002 A_B for Polynomials _25] This ti
相关 PAT A1002 A+B for Polynomials (25)
题目地址:[https://www.patest.cn/contests/pat-a-practise/1002][https_www.patest.cn_contests_p
还没有评论,来说两句吧...