
PAT Advanced
文章平均质量分 65
IamOliverLew
搞天文的
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PAT Advanced 1029. Median (25) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容(本篇文章链接)。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目Given an increasing sequence S of N integers, the median is the number at themiddle positio...原创 2020-04-29 00:21:40 · 389 阅读 · 0 评论 -
PAT Advanced 1028. List Sorting (25) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容(本篇文章链接)。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目Excel can sort records according to any column. Now you are supposed toimitate this functio...原创 2020-04-29 00:21:10 · 418 阅读 · 0 评论 -
PAT Advanced 1027. Colors in Mars (20) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容(本篇文章链接)。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目People in Mars represent the colors in their computers in a similar way as theEarth people....原创 2020-04-29 00:18:47 · 392 阅读 · 0 评论 -
PAT Advanced 1022. Digital Library (30) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容(本篇文章链接)。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目A Digital Library contains millions of books, stored according to theirtitles, authors, key...原创 2020-04-29 00:17:02 · 284 阅读 · 0 评论 -
欢迎关注我的Github项目
我的PAT系列文章更新重心已移至Github,来看PAT题解的小伙伴请到Github浏览。能star一下项目我会很开心的!Github:https://github.com/OliverLew/PAT原创 2018-05-20 21:46:01 · 651 阅读 · 0 评论 -
PAT Advanced 1001. A+B Format (20) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目Calculate and output the sum in standard format -- that is, the digitsmust be separated into gro...原创 2017-05-18 23:47:36 · 555 阅读 · 0 评论 -
PAT Advanced 1002. A+B for Polynomials (25) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目This time, you are supposed to find where and are twopolynomials.Input Specification:Each ...原创 2017-05-18 23:47:39 · 853 阅读 · 0 评论 -
PAT Advanced 1003. Emergency (25) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目As an emergency rescue team leader of a city, you are given a special map ofyour country. The map s...原创 2019-02-08 17:31:32 · 318 阅读 · 3 评论 -
PAT Advanced 1004. Counting Leaves (30) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目A family hierarchy is usually presented by a pedigree tree. Your job is tocount those family memb...原创 2017-05-18 23:47:41 · 1658 阅读 · 0 评论 -
PAT Advanced 1005. Spell It Right (20) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目Given a non-negative integer , your task is to compute the sum of all thedigits of , and output...原创 2017-05-18 23:47:44 · 781 阅读 · 0 评论 -
PAT Advanced 1006. Sign In and Sign Out (25) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目At the beginning of every day, the first person who signs in the computer roomwill unlock the doo...原创 2017-05-18 23:47:46 · 1118 阅读 · 0 评论 -
PAT Advanced 1007. Maximum Subsequence Sum (25) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目Given a sequence of integers { , , ..., }. A continuoussubsequence is defined to be { , , ....原创 2017-05-18 23:47:49 · 642 阅读 · 0 评论 -
PAT Advanced 1008. Elevator (20) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目The highest building in our city has only one elevator. A request list is madeup with NNN positive ...原创 2019-02-08 17:32:22 · 304 阅读 · 0 评论 -
PAT Advanced 1009. Product of Polynomials (25) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目This time, you are supposed to find A×BA\times BA×B where AAA and BBB are twopolynomials.Input Spe...原创 2019-02-08 17:32:56 · 420 阅读 · 0 评论 -
PAT Advanced 1010. Radix (25) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目Given a pair of positive integers, for example, 6 and 110, can this equation 6= 110 be true? The an...原创 2019-02-08 17:33:22 · 365 阅读 · 0 评论 -
PAT Advanced 1011. World Cup Betting (20) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目With the 2010 FIFA World Cup running, football fans the world over werebecoming increasingly excite...原创 2019-02-08 17:33:59 · 541 阅读 · 0 评论 -
PAT Advanced 1012. The Best Rank (25) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目To evaluate the performance of our first year CS majored students, we considertheir grades of three...原创 2019-02-08 17:39:21 · 303 阅读 · 0 评论 -
PAT Advanced 1013. Battle Over Cities (25)(C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目It is vitally important to have all the cities connected by highways in a war.If a city is occupied...原创 2019-02-08 17:40:26 · 311 阅读 · 0 评论 -
PAT Advanced 1014. Waiting in Line (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目Suppose a bank has NNN windows open for service. There is a yellow line infront of the windows whic...原创 2019-02-08 17:40:59 · 454 阅读 · 0 评论 -
PAT Advanced 1015. Reversible Primes (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目A reversible prime in any number system is a prime whose “reverse” in thatnumber system is also a p...原创 2019-02-08 17:41:48 · 339 阅读 · 5 评论 -
PAT Advanced 1016. Phone Bills (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目A long-distance telephone company charges its customers by the followingrules:Making a long-distan...原创 2019-02-08 17:42:35 · 295 阅读 · 0 评论 -
PAT Advanced 1017. Queueing at Bank (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目Suppose a bank has KKK windows open for service. There is a yellow line infront of the windows whic...原创 2019-02-09 14:10:54 · 265 阅读 · 0 评论 -
PAT Advanced 1019. General Palindromic Number (20) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容(本篇文章链接)。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目A number that will be the same when it is written forwards or backwards isknown as a Palind...原创 2019-05-24 14:13:23 · 319 阅读 · 0 评论 -
PAT Advanced 1020. Tree Traversals (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目Suppose that all the keys in a binary tree are distinct positive integers.Given the postorder and i...原创 2019-02-09 14:12:15 · 323 阅读 · 0 评论 -
PAT Advanced 1021. Deepest Root (25) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容(本篇文章链接)。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目A graph which is connected and acyclic can be considered a tree. The height ofthe tree depe...原创 2019-05-24 14:12:37 · 385 阅读 · 1 评论 -
PAT Advanced 1023. Have Fun with Numbers (20) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容(本篇文章链接)。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目Notice that the number 123456789 is a 9-digit number consisting exactly thenumbers from 1 t...原创 2019-05-24 14:12:07 · 394 阅读 · 0 评论 -
PAT Advanced 1024. Palindromic Number (25) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容(本篇文章链接)。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目A number that will be the same when it is written forwards or backwards isknown as a Palind...原创 2019-05-24 14:11:42 · 305 阅读 · 0 评论 -
PAT Advanced 1025. PAT Ranking (25) (C语言实现)
我的PAT系列文章更新重心已移至Github,欢迎来看PAT题解的小伙伴请到Github Pages浏览最新内容(本篇文章链接)。此处文章目前已更新至与Github Pages同步。欢迎star我的repo。题目Programming Ability Test (PAT) is organized by the College of Computer Scienceand Technolog...原创 2019-05-24 14:11:10 · 296 阅读 · 0 评论