
PAT (Advanced Level) Practice
LkgFfdvwcjhWLoncvVfx
这个作者很懒,什么都没留下…
展开
-
1010 Radix (Python实现)
Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer isyes, if 6 is a decimal number and 110 is a binary number.Now for any pair of positive inte...原创 2019-12-05 20:01:06 · 392 阅读 · 0 评论 -
1009 Product of Polynomials (Python实现)
This time, you are supposed to findA×BwhereAandBare two polynomials.Input Specification:Each input file contains one test case. Each case occupies 2 lines, and each line contains the informa...原创 2019-12-05 20:00:17 · 259 阅读 · 0 评论 -
1008 Elevator (Python实现)
The highest building in our city has only one elevator. A request list is made up withNpositive numbers. The numbers denote at which floors the elevator will stop, in specified order. It costs 6 sec...原创 2019-12-05 19:59:30 · 337 阅读 · 1 评论 -
1007 Maximum Subsequence Sum (Python实现)
Given a sequence ofKintegers {N1,N2, ...,NK}. A continuous subsequence is defined to be {Ni,Ni+1, ...,Nj} where1≤i≤j≤K. The Maximum Subsequence is the continuous subsequen...原创 2019-12-05 19:58:52 · 483 阅读 · 0 评论 -
1006 Sign In and Sign Out (Python实现)
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door. Given the records of signing in's and out's, you...原创 2019-12-05 19:58:02 · 258 阅读 · 0 评论 -
1005 Spell It Right (Python实现)
Given a non-negative integerN, your task is to compute the sum of all the digits ofN, and output every digit of the sum in English.Input Specification:Each input file contains one test case. Eac...原创 2019-12-05 19:57:19 · 259 阅读 · 0 评论 -
1004 Counting Leaves (Python实现)
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child.Input Specification:Each input file contains one test case. Each case starts...原创 2019-12-04 22:12:35 · 560 阅读 · 0 评论 -
1003 Emergency (Python实现)
As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities connected by some roads. Amount of rescue teams in each city and the l...原创 2019-12-02 00:29:59 · 730 阅读 · 0 评论 -
1002 A+B for Polynomials (Python实现)
This time, you are supposed to findA+BwhereAandBare two polynomials.Input Specification:Each input file contains one test case. Each case occupies 2 lines, and each line contains the informa...原创 2019-12-01 16:17:06 · 505 阅读 · 0 评论 -
1001 A+B Format (Python实现)
Calculatea+band output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less than four digits).Input Specification:Each input ...原创 2019-12-01 16:16:21 · 378 阅读 · 2 评论