摘要:地址:http://whucc2009luochen.blog.163.com/blog/static/1305715602010827102342860/1、插件下载地址:http://www.topcoder.com/tc?module=Static&d1=applet&d2=plugins一般用下面三个插件:CodeProcessor(2.0),FileEditor ,TZTester 。2、配置前:先将个人设置填写好,主要是默认语言:3、添加插件:4、接下来就是配置插件了,我这里用的是CodeProcessor的2.0版本(1.2版本和2.0略有不同)。5、完成4后,可
阅读全文
摘要:LooploopTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 781Accepted Submission(s): 220Problem DescriptionXXX gets a new toy named Looploop. The toy has N elements arranged in a loop, an arrow pointing to one of the elements, and two preset paramete
阅读全文
摘要:4491. Primes in GCD TableProblem code: PGCDJohnny has created a table which encodes the results of some operation -- a function of two arguments. But instead of a boring multiplication table of the sort you learn by heart at prep-school, he has created a GCD (greatest common divisor) table! So he no
阅读全文
摘要:1366 - Pair of Touching CirclesPDF (English)StatisticsForumTime Limit:3 second(s)Memory Limit:32 MBYou are given a rectangular grid of heightHand widthW. A problem setter wants to draw a pair of circles inside the rectangle so that they touch each other but do not share common area and both the circ
阅读全文
摘要:1118 - Incredible MoleculesPDF (English)StatisticsForumTime Limit:0.5 second(s)Memory Limit:32 MBIn the biological lab, you were examining some of the molecules. You got some interesting behavior about some of the molecules. There are some circular molecules, when two of them collide, they overlap w
阅读全文
摘要:str2intTime Limit: 6000/3000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 841Accepted Submission(s): 297Problem DescriptionIn this problem, you are given several strings that contain only digits from '0' to '9', inclusive.An example is shown below.1
阅读全文
摘要:Function CurveTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65535/65535 K (Java/Others)Total Submission(s): 203Accepted Submission(s): 67Problem DescriptionGiven sequences of k1, k2, … kn, a1, a2, …, anand b1, b2, …, bn. Consider following function:Then we draw F(x) on a xy-plane, the value of
阅读全文
摘要:Simple FunctionTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 111Accepted Submission(s): 31Problem DescriptionKnowing that x can be any real number that x2+ Dx + E ≠ 0. Now, given the following function:What is the range of y?InputThe first line c
阅读全文
摘要:1 set number 2 set history=1000000 3 set tabstop=4 4 set shiftwidth=4 5 6 set smarttab 7 8 set nocp 9 filetype plugin indent on10 11 colo evening12 13 set nobackup14 set noswapfile15 16 set mouse=a17 set selection=exclusive18 set selectmode=mouse,key19 20 map :call CR()21 func! CR()22 exec "w&q
阅读全文
摘要:http://lightoj.com/volume_showproblem.php?problem=10741074 - Extended TrafficPDF (English)StatisticsForumTime Limit:2 second(s)Memory Limit:32 MBDhaka city is getting crowded and noisy day by day. Certain roads always remain blocked in congestion. In order to convince people avoid shortest routes, a
阅读全文