基础算法-----STL
PX-C
以学好IT技术为目的。
展开
-
1388:家谱(gen)
【题目描述】现代的人对于本家族血统越来越感兴趣,现在给出充足的父子关系,请你编写程序找到某个人的最早的祖先。【输入】由多行组成,首先是一系列有关父子关系的描述,其中每一组父子关系由二行组成,用#name的形式描写一组父子关系中的父亲的名字,用+name的形式描写一组父子关系中的儿子的名字;接下来用?name的形式表示要求该人的最早的祖先;最后用单独的一个$表示文件结束。规定每个人的名字...原创 2018-08-11 19:42:51 · 2073 阅读 · 6 评论 -
PAT (Advanced Level) Practice
1016 Phone Bills (25)(25 分)A long-distance telephone company charges its customers by the following rules:Making a long-distance call costs a certain amount per minute, depending on the time of da...原创 2018-08-12 20:32:11 · 296 阅读 · 0 评论 -
ZOJ Problem Set - 2481 Unique Ascending Array
Given an array of integers A[N], you are asked to decide the shortest array of integers B[M], such that the following two conditions hold.For all integers 0 <= i < N, there exists an integer 0...原创 2018-08-17 15:20:47 · 203 阅读 · 0 评论 -
1085 PAT单位排行(25 分)
每次 PAT 考试结束后,考试中心都会发布一个考生单位排行榜。本题就请你实现这个功能。输入格式:输入第一行给出一个正整数 N(≤105),即考生人数。随后 N 行,每行按下列格式给出一个考生的信息:准考证号 得分 学校其中准考证号是由 6 个字符组成的字符串,其首字母表示考试的级别:B代表乙级,A代表甲级,T代表顶级;得分是 [0, 100] 区间内的整数;学...原创 2018-08-21 12:31:55 · 411 阅读 · 0 评论 -
1144 The Missing Number(20 分)
Given N integers, you are supposed to find the smallest positive integer that is NOT in the given list.Input Specification:Each input file contains one test case. For each case, the first line giv...原创 2018-08-21 17:48:42 · 251 阅读 · 0 评论 -
1080 MOOC期终成绩(25 分)
对于在中国大学MOOC(http://www.icourse163.org/ )学习“数据结构”课程的学生,想要获得一张合格证书,必须首先获得不少于200分的在线编程作业分,然后总评获得不少于60分(满分100)。总评成绩的计算公式为 G=(Gmid−term×40%+Gfinal×60%),如果 Gmid−term>Gfinal;否则总评 G 就是 Gfinal...原创 2018-08-25 02:00:25 · 301 阅读 · 0 评论