
CSUST_ACM_02
文章平均质量分 78
CSUST_ACM
这个作者很懒,什么都没留下…
展开
-
POJ 3528 Ultimate Weapon三维凸包(解题报告)
DescriptionIn year 2008 of the Cosmic Calendar, the Aliens send a huge armada towards the Earth seeking after conquest. The humans now depend on their ultimate weapon to retain their last hope原创 2012-09-04 13:20:42 · 824 阅读 · 0 评论 -
ZOJ 1648 Circuit Board计算几何(解题报告)
DescriptionOn the circuit board, there are lots of circuit paths. We know the basic constrain is that no two path cross each other, for otherwise the board will be burned.Now given a circuit原创 2012-09-04 13:22:51 · 684 阅读 · 0 评论 -
POJ 2318 TOYS
DescriptionCalculate the number of toys that land in each bin of a partitioned toy box.Mom and dad have a problem – their child John never puts his toys away when he is finished playing wi原创 2012-09-04 13:25:48 · 434 阅读 · 0 评论 -
URAL 1010 Discrete Function(解题报告)
DescriptionThere is a discrete function. It is specified for integer arguments from 1 to N (2 ≤ N ≤ 100000). Each value of the function is longint (signed long in C++). You have to find such two原创 2012-09-04 13:42:21 · 459 阅读 · 0 评论 -
POJ 1088 滑雪(动态规划)(解题报告)
DescriptionMichael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道载一个区域中最长底滑坡。区域由一个二维数组给出。数组的每个数字代表点的高度。下面是一个例子 1 2 3 4 516 17 18 19 615 24 25 20 71原创 2012-09-04 13:47:31 · 1172 阅读 · 0 评论 -
URAL 1019 Line Painting(解题报告)
DescriptionThe segment of numerical axis from 0 to 109 is painted into white color. After that some parts of this segment are painted into black, then some into white again and so on. In total t原创 2012-09-04 13:24:02 · 697 阅读 · 0 评论 -
POJ 3219 Binomial Coefficients
DescriptionThe binomial coefficient C(n, k) has been extensively studied for its importance in combinatorics. Binomial coefficients can be recursively defined as follows:C(n, 0) = C(n, n原创 2012-09-04 13:26:49 · 680 阅读 · 0 评论 -
POJ 1862 Stripies(解题报告)
DescriptionOur chemical biologists have invented a new very useful form of life called stripies (in fact, they were first called in Russian – polosatiki, but the scientists had to invent an Englis原创 2012-09-04 13:40:37 · 625 阅读 · 0 评论 -
A.yuna学数论(解题报告)
Problem Description在学习完各类算法之后,yuna决定开始学习数论了。yuna神当然从最简单的最小公倍数学起喽~~~~~定义 为1,2,…,n的最小公倍数,例如,B1 = 1,B2 = 2,B3 = 6,B4 = 12,B5 = 60,……。yuna想知道对于给出的任意整数n,Bn是否等于Bn-1。yuna当然是知道答案的喽,但是她想考考rexdf,这次r原创 2012-09-04 13:41:39 · 989 阅读 · 0 评论 -
POJ 1850 Code组合数学(解题报告)
DescriptionTransmitting and memorizing information is a task that requires different coding systems for the best use of the available space. A well known system is that one where a number is assoc原创 2012-09-04 13:49:41 · 732 阅读 · 0 评论 -
POJ 1654 Area计算几何(解题报告)
DescriptionYou are going to compute the area of a special kind of polygon. One vertex of the polygon is the origin of the orthogonal coordinate system. From this vertex, you may go step by step to原创 2012-09-04 13:21:51 · 611 阅读 · 0 评论 -
POJ 2398 Toy Storage(解题报告)
DescriptionMom and dad have a problem: their child, Reza, never puts his toys away when he is finished playing with them. They gave Reza a rectangular box to put his toys in. Unfortunately, Reza i原创 2012-09-04 13:25:07 · 514 阅读 · 0 评论 -
ZOJ 1914 Arctic Network(解题报告)
DescriptionThe Department of National Defence (DND) wishes to connect several northern outposts by a wireless network. Two different communication technologies are to be used in establishing the原创 2012-09-04 13:45:49 · 611 阅读 · 0 评论 -
POJ 2063 Investment(解题报告)
DescriptionJohn never knew he had a grand-uncle, until he received the notary’s letter. He learned that his late grand-uncle had gathered a lot of money, somewhere in South-America, and that John原创 2012-09-04 13:48:24 · 614 阅读 · 0 评论 -
ZOJ 3317 Murder in Restaurant模拟(解题报告)
DescriptionMurder in closet happened again in a small restaurant and Conan went there to collect evidence with Kogoro. After they reached the restaurant, they got a list of renters that lived in原创 2012-09-04 13:51:33 · 648 阅读 · 0 评论 -
URAL 1348 Goat in the Garden 2计算几何(解题报告)
DescriptionA goat is tied to a peg (in a point C) in a garden with a strong rope of the length L (i.e. a goat may eat a grass that is not farther than Lmeters from the peg). There is a bed of pi原创 2012-09-04 13:23:23 · 716 阅读 · 0 评论 -
HDU 1005 Number Sequence解题报告
DescriptionA number sequence is defined as follows:f(1) = 1, f(2) = 1, f(n) = (A * f(n – 1) + B * f(n – 2)) mod 7.Given A, B, and n, you are to calculate the value of f(n). Input原创 2012-09-04 13:46:48 · 627 阅读 · 0 评论 -
POJ 1496 Word Index组合数学(解题报告)
DescriptionEncoding schemes are often used in situations requiring encryption or information storage/transmission economy. Here, we develop a simple encoding scheme that encodes particular types o原创 2012-09-04 13:49:11 · 577 阅读 · 0 评论 -
HDU 1018 Big Number数论(解题报告)
Problem DescriptionIn many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of data, encryption, etc. In this problem you ar原创 2012-09-14 19:13:19 · 1977 阅读 · 0 评论