小黯
小黯
全部文章
# PAT甲级...
# HTML+CSS(1)
# PAT乙级(Basic Level)真题(30)
# PAT乙级(Basic Level)练习题(42)
# 排序算法(8)
# 数据结构二(9)
# 算法笔记(5)
C语言(4)
归档
标签
去牛客网
登录
/
注册
小黯的博客
全部文章
/ # PAT甲级(Advanced Level)练习题
(共10篇)
Rational Sum(PAT)
1.题目描述 Given N rational numbers in the form “numerator/denominator”, you are supposed to calculate their sum. 给定N个有理数的形式“分子/分母”,你应该计算他们的和。 2.输入...
2020-07-13
0
527
Read Number in Chinese(PAT)
1.题目描述 Given an integer with no more than 9 digits, you are supposed to read it in the traditional Chinese way. Output “Fu” first if it is negativ...
2020-07-13
0
456
List Grades(PAT)
1.题目描述 Given a list of N student records with name, ID and grade. You are supposed to sort the records with respect to the grade in non-increasing...
2020-07-13
0
366
Tree Traversals Again(PAT)
1.题目描述 An inorder binary tree traversal can be implemented in a non-recursive way with a stack. For example, suppose that when a 6-node binary tre...
2020-07-13
0
481
The Dominant Color(PAT)
1.题目描述 Behind the scenes in the computer’s memory, color is always talked about as a series of 24 bits of information for each pixel. In an image,...
2020-07-13
0
473
Colors in Mars(PAT)
1.题目描述 People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit n...
2020-07-13
0
482
List Sorting(PAT)
1.题目描述 Excel can sort records according to any column. Now you are supposed to imitate this function. Excel可以根据任何列对记录进行排序。现在你应该模仿这个函数。 2.输入描述: ...
2020-07-13
0
473
Median(PAT)
1.题目描述 Given an increasing sequence S of N integers, the median is the number at the middle position. For example, the median of S1={11, 12, 13, 1...
2020-07-13
0
427
Travel Plan(PAT)
1
2020-07-13
0
401
Password(PAT)
1.题目描述 To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always some confusing...
2020-07-13
0
642