JIANRU啊
JIANRU啊
全部文章
PAT
C++(1)
C语言(19)
学习笔记(4)
数据结构(15)
归档
标签
去牛客网
登录
/
注册
JIAN
全部文章
/ PAT
(共13篇)
1037 Magic Coupon (25 分)(PAT甲级)
The magic shop in Mars is offering some magic coupons. Each coupon has an integer N printed on it, meaning that when you use this coupon with a produc...
2019-09-02
0
596
1036 Boys vs Girls (25 分)(PAT甲级)(C语言)
This time you are asked to tell the difference between the lowest grade of all the male students and the highest grade of all the female students. In...
2019-08-30
0
570
1035 Password (20 分)(C语言)(PAT)
To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always some confusing passwords ...
2019-08-29
0
571
1031 Hello World for U (20 分)(PAT)(C语言)
Given any string of N (≥5) characters, you are asked to form the characters into the shape of U. For example, helloworld can be printed as: h d e l...
2019-07-28
0
635
1026 Table Tennis (30 分)(C语言实现)(PAT)
题目解析 维护两个队列,分别为普通用户的编号序列,i以及VIP用户的编号序列。 #include <stdio.h> #include <stdlib.h> #define MaxCustomerNum 10000 #define MaxWindowNum 101 #de...
2019-07-01
0
742
1025 PAT Ranking (25 分)(C语言实现)(PAT)(排序算法)
Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to run sim...
2019-06-29
0
691
1024 Palindromic Number (25 分)(C语言实现)(PAT)
A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromic number...
2019-06-28
0
665
1021 Deepest Root (25 分)(C语言实现)(PAT)
A graph which is connected and acyclic can be considered a tree. The height of the tree depends on the selected root. Now you are supposed to find the...
2019-06-26
0
655
1020 Tree Traversals (25 分)(C语言实现)(PAT)
Suppose that all the keys in a binary tree are distinct positive integers. Given the postorder and inorder traversal sequences, you are supposed to ou...
2019-06-24
0
580
1019 General Palindromic Number (20 分)(C语言实现)(PAT)
A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromic number...
2019-06-22
0
522
首页
上一页
1
2
下一页
末页