自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(24)
  • 收藏
  • 关注

原创 poj3518解题报告

<br /> Prime GapTime Limit: 5000MS Memory Limit: 65536KTotal Submissions: 5323 Accepted: 2988<br />Description<br />The sequence of n − 1 consecutive composite numbers (positive integers that are not prime and not equal to 1) lying between two successive p

2011-01-30 21:08:00 1982 1

原创 poj 2739解题报告

<br /> Sum of Consecutive Prime NumbersTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 10154 Accepted: 5767<br />DescriptionSome positive integers can be represented by a sum of one or more consecutive prime numbers. How many such representations

2011-01-30 20:36:00 1363 1

原创 poj 1365

<br /> Prime LandTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 1246 Accepted: 556<br />DescriptionEverybody in the Prime Land is using a prime base number system. In this system, each positive integer x is represented as follows: Let {pi}i=0,1,

2011-01-30 14:37:00 1449

原创 poj 1286解题报告

 Necklace of BeadsTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 3349 Accepted: 1405DescriptionBeads of red, blue or green colors are connected together into a circular necklace of n beads ( n InputThe input has several lines, and each line cont

2011-01-29 17:13:00 1994

原创 poj 2409解题报告

 Let it BeadTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 2190 Accepted: 1348Description"Let it Bead" company is located upstairs at 700 Cannery Row in Monterey, CA. As you can deduce from the company name, their business is beads. Their PR dep

2011-01-29 16:35:00 1616

原创 poj 1026解题报告

<br /> CipherTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 13633 Accepted: 3438<br />DescriptionBob and Alice started to use a brand-new encoding scheme. Surprisingly it is not a Public Key Cryptosystem, but their encoding and decoding is based

2011-01-29 15:16:00 1380 1

转载 转(acm数学)

 view plaincopy to clipboardprint?·········10········20········30········40········50········60········70········80········90········100·······110·······120·······130·······140·······150 从放暑假前周sir给我讲了一个用polya计数法和burnside定理做的题目(pku2409)后,突然觉得组合数学挺有意思,然后从那时起

2011-01-28 18:37:00 4296 1

原创 joj 1031 Hanoi Tower Troubles Again!解题报告

<br />  1031: Hanoi Tower Troubles Again!ResultTIME LimitMEMORY LimitRun TimesAC TimesJUDGE3s8192K1034606StandardPeople stopped moving discs from peg to peg after they know the number of steps needed to complete the entire task. But on the other hand, they

2011-01-28 18:25:00 1704 1

原创 joj 1026解题报告

<br />  1026: The StaircasesResultTIME LimitMEMORY LimitRun TimesAC TimesJUDGE3s8192K1590530Standard<br />One curious child has a set of N little bricks. From these bricks he builds different staircases. Staircase consists of steps of different sizes in a

2011-01-28 14:39:00 1198

原创 zoj 1133||joj 1027解题报告

<br /> Smith NumbersTime Limit: 1 Second      Memory Limit: 32768 KB<br />While skimming his phone directory in 1982, Albert Wilansky, a mathematician of Lehigh University, noticed that the telephone number of his brother-in-law H. Smith had the followin

2011-01-27 17:57:00 1549

原创 joj 1019解题报告

<br />  1019: Do the UntwistResultTIME LimitMEMORY LimitRun TimesAC TimesJUDGE3s8192K992556Standard<br />Cryptography deals with methods of secret communication that transform a message (theplaintext) into a disguised form (the ciphertext) so that no one s

2011-01-24 19:06:00 802

原创 zoj1828||joj1949 解题报告

<br /> Fibonacci NumbersTime Limit: 1 Second      Memory Limit: 32768 KB<br />A Fibonacci sequence is calculated by adding the previous two members of the sequence, with the first two members being both 1.<br />f(1) = 1, f(2) = 1, f(n > 2) = f(n - 1) + f

2011-01-23 12:13:00 1555

原创 poj1001解题报告

<br /> ExponentiationTime Limit: 500MS Memory Limit: 10000KTotal Submissions: 80517 Accepted: 19098<br />DescriptionProblems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the nat

2011-01-23 11:05:00 9113 1

原创 pku 2389解题报告

<br /> Bull MathTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 7923 Accepted: 4094<br />DescriptionBulls are so much better at math than the cows. They can multiply huge integers together and get perfectly precise answers ... or so they say. Far

2011-01-22 22:56:00 820

原创 joj 1920解题报告

<br />  1920: JojerResultTIME LimitMEMORY LimitRun TimesAC TimesJUDGE3s8192K733231Standard<br />Mr Jojer is a teacher, and he is crazy in programming, he wants the computer to do every thing for him, one day, one of his colleague Mr NEtiger asks him to wri

2011-01-22 21:36:00 676

原创 joj 1386解题报告

<br />  1386: 500!ResultTIME LimitMEMORY LimitRun TimesAC TimesJUDGE3s8192K2898518Standard<br />In these days you can more and more often happen to see programs which perform some useful calculations being executed rather then trivial screen savers. Some o

2011-01-22 21:31:00 500

原创 joj 1386解题报告

<br /> 1386: 500!ResultTIME LimitMEMORY LimitRun TimesAC TimesJUDGE3s8192K2898518Standard<br />In these days you can more and more often happen to see programs which perform some useful calculations being executed rather then trivial screen savers. Some of

2011-01-21 21:20:00 473

原创 zju1086 (高精度)解题报告

 Octal FractionsTime Limit: 1 Second      Memory Limit: 32768 KBFractions in octal (base 8) notation can be expressed exactly in decimal notation. For example, 0.75 in octal is 0.963125 (7/8 + 5/64) in decimal. All octal numbers of n digits to the right

2011-01-20 23:16:00 750

原创 zju1078题解

<br />题目:<br />Palindrom NumbersTime Limit: 1 Second      Memory Limit: 32768 KBStatement of the Problem<br />We say that a number is a palindrom if it is the sane when read from left to right or from right to left. For example, the number 75457 is a pal

2011-01-02 14:03:00 748

原创 zju1067题解

题目:Color Me LessTime Limit: 1 Second      Memory Limit: 32768 KBProblemA color reduction is a mapping from a set of discrete colors to a smaller one. The solution to this problem requires that you perform just such a mapping in a standard twenty-four bit

2011-01-02 13:48:00 700

原创 zju1058题解

<br />题目:<br />Currency ExchangeTime Limit: 1 Second      Memory Limit: 32768 KBWhen Issac Bernand Miller takes a trip to another country, say to France, he exchanges his US dollars for French francs. The exchange rate is a real number such that when m

2011-01-02 13:33:00 770

原创 zju1049题解

<br />题目:<br /> I Think I Need a HouseboatTime Limit: 1 Second      Memory Limit: 32768 KB<br /> <br /> <br />Fred Mapper is considering purchasing some land in Louisiana to build his house on. In the process of investigating the land, he learned that th

2011-01-02 11:37:00 4239 1

原创 zju1045题解

题目:HangOverTime Limit: 1 Second      Memory Limit: 32768 KBHow far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a card length. (We're assuming that the cards must be perpendicular to the

2011-01-02 11:12:00 2807 1

原创 zju1037题解

题目: GridlandTime Limit: 1 Second      Memory Limit: 32768 KBBackgroundFor years, computer scientists have been trying to find efficient solutions to different computing problems. For some of them efficient algorithms are already available, these are the

2011-01-02 10:46:00 1287

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除