摘要: Problem Description 我们有一个数列A1,A2...An,你现在要求修改数量最少的元素,使得这个数列严格递增。其中无论是修改前还是修改后,每个元素都必须是整数。请输出最少需要修改多少个元素。 Input 第一行输入一个T(1≤T≤10),表示有多少组数据每一组数据:第一行输入一个N 阅读全文
posted @ 2016-01-29 02:30 nicetomeetu 阅读(419) 评论(0) 推荐(0) 编辑
摘要: Problem Description The inversion number of a given number sequence a1, a2, ..., an is the number of pairs (ai, aj) that satisfy i < j and ai > aj.For 阅读全文
posted @ 2016-01-28 01:52 nicetomeetu 阅读(158) 评论(0) 推荐(0) 编辑
摘要: In order to strengthen the defense ability, many stars in galaxy allied together and built many bidirectional tunnels to exchange messages. However, w 阅读全文
posted @ 2016-01-28 00:56 nicetomeetu 阅读(632) 评论(0) 推荐(0) 编辑
摘要: Problem Description Benny has a spacious farm land to irrigate. The farm land is a rectangle, and is divided into a lot of samll squares. Water pipes 阅读全文
posted @ 2016-01-27 21:47 nicetomeetu 阅读(203) 评论(0) 推荐(0) 编辑
摘要: Problem Description 省政府“畅通工程”的目标是使全省任何两个村庄间都可以实现公路交通(但不一定有直接的公路相连,只要能间接通过公路可达即可)。经过调查评估,得到的统计表中列出了有可能建设公路的若干条道路的成本。现请你编写程序,计算出全省畅通需要的最低成本。 Input 测试输入包 阅读全文
posted @ 2016-01-27 21:24 nicetomeetu 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Problem Description 省政府“畅通工程”的目标是使全省任何两个村庄间都可以实现公路交通(但不一定有直接的公路相连,只要能间接通过公路可达即可)。现得到城镇道路统计表,表中列出了任意两城镇间修建道路的费用,以及该道路是否已经修通的状态。现请你编写程序,计算出全省畅通需要的最低成本。 阅读全文
posted @ 2016-01-27 20:48 nicetomeetu 阅读(166) 评论(0) 推荐(0) 编辑
摘要: Problem Description 某省调查乡村交通状况,得到的统计表中列出了任意两村庄间的距离。省政府“畅通工程”的目标是使全省任何两个村庄间都可以实现公路交通(但不一定有直接的公路相连,只要能间接通过公路可达即可),并要求铺设的公路总长度为最小。请计算最小的公路总长度。 Input 测试输入 阅读全文
posted @ 2016-01-27 20:20 nicetomeetu 阅读(504) 评论(0) 推荐(0) 编辑
摘要: Problem Description 某省调查城镇交通状况,得到现有城镇道路统计表,表中列出了每条道路直接连通的城镇。省政府“畅通工程”的目标是使全省任何两个城镇间都可以实现交通(但不一定有直接的道路相连,只要互相间接通过道路可达即可)。问最少还需要建设多少条道路? Input 测试输入包含若干测 阅读全文
posted @ 2016-01-27 19:56 nicetomeetu 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Problem Description Background Professor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature two differe 阅读全文
posted @ 2016-01-27 19:47 nicetomeetu 阅读(209) 评论(0) 推荐(0) 编辑
摘要: Problem DescriptionRecognizing junk mails is a tough task. The method used here consists of two steps:1) Extract the common characteristics from the i... 阅读全文
posted @ 2016-01-27 00:23 nicetomeetu 阅读(146) 评论(0) 推荐(0) 编辑