上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 50 下一页
摘要: Broken NecklaceYou have a necklace of N red, white, or blue beads (3 7 #include 8 #include 9 #include 10 #include 11 12 using namespace std;13 const int INF=0x3f3f3f3f;14 15 int main()16 {17 freopen("beads.in","r",stdin);18 freopen("beads.out","w",stdout);19 2 阅读全文
posted @ 2013-08-23 09:55 码代码的猿猿 阅读(243) 评论(0) 推荐(0) 编辑
摘要: Friday the ThirteenthIs Friday the 13th really an unusual event?That is, does the 13th of the month land on a Friday less often than on any other day of the week? To answer this question, write a program that will compute the frequency that the 13th of each month lands on Sunday, Monday, Tuesday, We 阅读全文
posted @ 2013-08-23 09:54 码代码的猿猿 阅读(260) 评论(0) 推荐(0) 编辑
摘要: Greedy Gift GiversA group of NP (2 ≤ NP ≤ 10) uniquely named friends has decided to exchange gifts of money. Each of these friends might or might not give some money to any or all of the other friends. Likewise, each friend might or might not receive money from any or all of the other friends. Your 阅读全文
posted @ 2013-08-23 09:53 码代码的猿猿 阅读(236) 评论(0) 推荐(0) 编辑
摘要: Your Ride Is HereIt is a well-known fact that behind every good comet is a UFO. These UFOs often come to collect loyal supporters from here on Earth. Unfortunately, they only have room to pick up one group of followers on each trip. They do, however, let the groups know ahead of time which will be p 阅读全文
posted @ 2013-08-23 09:52 码代码的猿猿 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 用力过猛,撇坏了两个卡子很容易就装上去了目前的配置升级到3G内存,飞一般的感觉!!!爽http://speccy.piriform.com/results/P0uJJVgaWl0DY2fnm3AOlcJ 阅读全文
posted @ 2013-08-23 03:38 码代码的猿猿 阅读(143) 评论(0) 推荐(0) 编辑
摘要: AntsTime Limit: 2 Seconds Memory Limit: 32768 KBecho is a curious and clever girl, and she is addicted to the ants recently.She knows that the ants are divided into many levels depends on abilit... 阅读全文
posted @ 2013-08-22 04:04 码代码的猿猿 阅读(155) 评论(0) 推荐(0) 编辑
摘要: lockerTime Limit: 3000msMemory Limit: 32768KBThis problem will be judged on HDU. Original ID: 443364-bit integer IO format: %I64d Java class name: MainPrev Submit Status Statistics Discuss NextTy... 阅读全文
posted @ 2013-08-21 04:23 码代码的猿猿 阅读(245) 评论(0) 推荐(0) 编辑
摘要: Dividing a ChocolateTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged on ZJU. Original ID: 270564-bit integer IO format: %lld Java class name: MainPrev Submit Status Statistics ... 阅读全文
posted @ 2013-08-20 07:17 码代码的猿猿 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 107. 987654321 problemtime limit per test: 0.5 sec. memory limit per test: 4096 KBFor given number N you must output amount of N-digit numbers, such, that last digits of their square is equal to 98765... 阅读全文
posted @ 2013-08-19 18:02 码代码的猿猿 阅读(155) 评论(0) 推荐(0) 编辑
摘要: The k-th Largest GroupTime Limit: 2000MSMemory Limit: 131072KTotal Submissions: 6776Accepted: 2179DescriptionNewman likes playing with cats. He possesses lots of cats in his home. Because the number o... 阅读全文
posted @ 2013-08-19 07:33 码代码的猿猿 阅读(240) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 50 下一页