- 博客(23)
- 收藏
- 关注
原创 The Letter Carrier's Rounds(UVa 814)
The Letter Carrier's RoundsTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 331 Accepted: 104DescriptionFor an electronic mail application you are to des
2017-02-02 23:57:57
321
原创 PGA Tour Prize Money(UVa207)
PGA Tour Prize MoneyA PGA (Professional Golf Association) Tour event is a golf tournament in which prize money is awarded to the best players. The tournament is broken into four rounds of 18
2017-02-01 21:08:58
555
原创 A Typical Homework(UVa 12412)
Hi, I am an undergraduate student ininstitute of foreign languages. As you know, C programming is a required coursein our university, even if his/her major is far from computer science. I don'tlike th
2017-01-30 21:30:44
353
原创 Spreedsheet Tracking(UVa 512)
Time Limit: 3000MS Memory Limit: Unknown 64bit IO Format: %lld & %lluSubmit StatusDescriptionData in spreadsheets are stored in cells, which are organized in rows (r)
2017-01-29 01:39:24
297
原创 Message Decoding(UVa 213)
Message DecodingTime Limit: 3000msMemory Limit: 131072KBThis problem will be judged on UVALive. Original ID: 515264-bit integer IO format: %lld Java class name: MainPrev
2017-01-25 12:00:25
324
原创 The Dole Queue(子过程设计)(UVa 133)
The Dole QueueTime Limit: 3000msMemory Limit: 131072KBThis problem will be judged on UVA. Original ID: 13364-bit integer IO format: %lld Java class name: MainPrev Submit
2017-01-24 12:50:49
280
原创 Hangman Judge(自顶而下的程序设计方法)(UVa 489)
Hangman JudgeTime Limit: 3000msMemory Limit: 131072KBThis problem will be judged on UVA. Original ID: 48964-bit integer IO format: %lld Java class name: MainPrev Submit
2017-01-24 10:46:30
359
原创 Ancient Cipher(Uva1339)
Ancient CipherTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged on PKU. Original ID: 215964-bit integer IO format: %lld Java class name: MainPrev Submit
2017-01-24 09:53:57
261
原创 Circular Sequence(UVa 1584)
Circular SequenceTime Limit: 3000msMemory Limit: Unknown KBThis problem will be judged on UVALive. Original ID: 322564-bit integer IO format: %lld Java class name: MainPrev
2017-01-23 23:37:27
251
原创 Digit Generator(UVa 1583)
Digit GeneratorTime Limit: 3000msMemory Limit: Unknown KBThis problem will be judged on UVA. Original ID: 158364-bit integer IO format: %lld Java class name: MainPrev Su
2017-01-23 17:05:20
278
原创 Master-Mind Hints(UVa 340)
Master-Mind HintsTime Limit: 3000msMemory Limit: 131072KBThis problem will be judged on UVA. Original ID: 34064-bit integer IO format: %lld Java class name: MainPrev Sub
2017-01-23 16:13:11
356
原创 Palindromes(UVa401)
PalindromesTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged on PKU. Original ID: 159064-bit integer IO format: %lld Java class name: MainPrev Submit St
2017-01-23 10:29:04
292
原创 WERTYU(常量数组的妙用)(UVa10082)
WERTYUTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged on PKU. Original ID: 253864-bit integer IO format: %lld Java class name: MainPrev Submit Status
2017-01-23 09:56:44
533
原创 Tex中的引号(UVa 272)
TEX QuotesTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged on PKU. Original ID: 148864-bit integer IO format: %lld Java class name: MainPrev Submit Sta
2017-01-23 09:41:53
316
原创 Database(map的妙用) - uva 1592
DatabaseTime Limit: 5000msMemory Limit: 65536KBThis problem will be judged on PKU. Original ID: 386564-bit integer IO format: %lld Java class name: MainPeter studies t
2016-08-28 11:46:04
554
原创 Unix Is - uva 400
Unix lsTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged on PKU. Original ID: 158964-bit integer IO format: %lld Java class name: MainThe computer com
2016-08-28 11:43:37
517
转载 大整数类biginteger
网上找的#include"BigInteger.h" const BigInteger BigInteger::ZERO=BigInteger(0); const BigInteger BigInteger::ONE =BigInteger(1); const BigInteger BigInteger::TEN =BigInteger(10);BigInteger::BigInt
2016-08-28 11:39:44
845
原创 Ugly Numbers(set,queue,vector) -uva 136
Ugly NumbersTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged on PKU. Original ID: 133864-bit integer IO format: %lld Java class name: MainUgly number
2016-08-28 11:36:01
396
原创 Team Queue(queue) - uva 540
Team QueueTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged on PKU. Original ID: 225964-bit integer IO format: %lld Java class name: MainQueues and Pr
2016-08-28 11:32:08
385
原创 The SetStack Computer(stack) -uva 12096
The SetStack ComputerTime Limit: 3000msMemory Limit: 131072KBThis problem will be judged on UVA. Original ID: 1209664-bit integer IO format: %lld Java class name: Main
2016-08-28 11:26:59
510
原创 反片语(map)-uva 10815
AnanagramsTime Limit: 3000msMemory Limit: 131072KBThis problem will be judged on UVA. Original ID: 15664-bit integer IO format: %lld Java class name: Main[PDF Link]
2016-08-28 11:23:18
407
原创 安迪的第一本字典(set)-uva 10815
Andy's First DictionaryTime Limit: 3000msMemory Limit: 131072KBThis problem will be judged on UVA. Original ID: 1081564-bit integer IO format: %lld Java class name: Main
2016-08-28 11:17:22
583
原创 木块问题(vector)-UVa 101
The Blocks ProblemTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged on PKU. Original ID: 120864-bit integer IO format: %lld Java class name: MainMany
2016-08-28 11:09:38
406
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人