
枚举 模拟
文章平均质量分 80
傲慢的么么forever
待到学有所成时,我会找到人生的意义。
展开
-
HDU 1216 Assistance Required
Assistance RequiredTime Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)Total Submission(s) : 3 Accepted Submission(s) : 1Font: Times New Roman | Verdana | Geo原创 2015-01-26 17:15:21 · 497 阅读 · 0 评论 -
POJ 1111 Image Perimeters
Image PerimetersTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 8178 Accepted: 4903DescriptionTechnicians in a pathology lab analyze digitized images of slides. Objects on a slide原创 2015-05-05 21:02:30 · 353 阅读 · 0 评论 -
HDU 1045 Fire Net
Fire NetTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 7281 Accepted Submission(s): 4150Problem DescriptionSuppose that we have a sq原创 2015-05-06 15:23:27 · 410 阅读 · 0 评论 -
POJ 1562 Oil Deposits
Oil DepositsTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 13709 Accepted: 7473DescriptionThe GeoSurvComp geologic survey company is responsible for detecting underground oil depo原创 2015-05-07 09:46:43 · 484 阅读 · 0 评论 -
POJ 2531 Network Saboteur
Network SaboteurTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 9706 Accepted: 4633DescriptionA university network is composed of N computers. System administrators gathered inform原创 2015-05-07 17:40:15 · 569 阅读 · 0 评论 -
POJ 3187 Backward Digit Sums
Backward Digit SumsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 5001 Accepted: 2876DescriptionFJ and his cows enjoy playing a mental game. They write down the numbers from 1 to原创 2015-05-21 15:31:45 · 407 阅读 · 0 评论 -
Aoj 0525 Osenbei
pilot系列之最基础的穷竭搜索(初级篇)C题意:药药!切克闹! 煎饼果子来一套!有一个烤饼器可以烤r行c列的煎饼,煎饼可以正面朝上(用1表示)也可以背面朝上(用0表示)。一次可将同一行或同一列的煎饼全部翻转。现在需要把尽可能多的煎饼翻成正面朝上,问最多能使多少煎饼正面朝上?输入:多组输入,每组第一行为二整数r, c (1 ≤ r ≤ 10, 1 ≤ c ≤ 10 000),剩下r行c列表原创 2015-05-22 10:16:50 · 764 阅读 · 0 评论 -
POJ 3253 Fence Repair
Fence RepairTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 30189 Accepted: 9748DescriptionFarmer John wants to repair a small length of the fence around the pasture. He measures原创 2015-06-03 18:47:59 · 374 阅读 · 0 评论 -
POJ 2718 Smallest Difference
Smallest DifferenceTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 5580 Accepted: 1509DescriptionGiven a number of distinct decimal digits, you can form one integer by choosing a n原创 2015-05-23 17:55:34 · 468 阅读 · 0 评论 -
POJ 3050 Hopscotch
HopscotchTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 2419 Accepted: 1728DescriptionThe cows play the child's game of hopscotch in a non-traditional way. Instead of a linear set原创 2015-05-19 12:27:25 · 446 阅读 · 0 评论 -
HDU 1327 Knight Moves
Knight MovesTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 8010 Accepted Submission(s): 4719Problem DescriptionA friend of you is do原创 2015-05-05 11:10:12 · 463 阅读 · 0 评论 -
POJ 3984 迷宫问题
迷宫问题Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 9877 Accepted: 5848Description定义一个二维数组: int maze[5][5] = {0, 1, 0, 0, 0,0, 1, 0, 1, 0,0, 0, 0, 0, 0,0, 1, 1,原创 2015-05-05 16:21:43 · 379 阅读 · 0 评论 -
POJ 1915 Knight Moves
Knight MovesTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 22794 Accepted: 10654DescriptionBackground Mr Somurolov, fabulous chess-gamer indeed, asserts that no one else but him原创 2015-05-05 12:03:43 · 365 阅读 · 0 评论 -
HDU 1034 Candy Sharing Game
Candy Sharing GameTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 3321 Accepted Submission(s): 2071Problem DescriptionA numbe原创 2015-01-11 10:18:49 · 412 阅读 · 0 评论 -
HDU 1022 Train Problem I
Train Problem ITime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 22420 Accepted Submission(s): 8481Problem DescriptionAs the ne原创 2015-01-11 11:11:50 · 333 阅读 · 0 评论 -
HDU 1031 Design T-Shirt
Design T-ShirtTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6302 Accepted Submission(s): 2944Problem DescriptionSoon after原创 2015-01-11 12:04:21 · 389 阅读 · 0 评论 -
HDU 1016 Prime Ring Problem
Prime Ring ProblemTime Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 28915 Accepted Submission(s): 12881Problem DescriptionA rin原创 2015-01-13 18:44:18 · 415 阅读 · 0 评论 -
HDOJ 1263 水果
水果Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4190 Accepted Submission(s): 1552Problem Description夏天来了~~好开心啊,呵呵,好多好多水果~~原创 2015-04-19 22:15:53 · 650 阅读 · 0 评论 -
UVA 10474 - Where is the Marble?
Raju and Meena love to play with Marbles. They have got a lot ofmarbles with numbers written on them. At the beginning, Raju wouldplace the marbles one after another in ascending order of the numb原创 2015-04-27 20:58:07 · 390 阅读 · 0 评论 -
HDU 2069 Coin Change
Coin ChangeTime Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 15098 Accepted Submission(s): 5108Problem DescriptionSuppose there are 5 t原创 2015-05-02 22:01:31 · 355 阅读 · 0 评论 -
POJ 1208 The Blocks Problem
The Blocks ProblemTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 4914 Accepted: 2090DescriptionMany areas of Computer Science use simple, abstract domains for both analytical and原创 2015-05-03 12:15:05 · 430 阅读 · 0 评论 -
POJ 3121 The SetStack Computer
The SetStack ComputerTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 995 Accepted: 206DescriptionBackground from Wikipedia: "Set theory is a branch of mathematics created principal原创 2015-05-03 12:09:52 · 618 阅读 · 0 评论 -
POJ 1852 Ants
AntsTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 11415 Accepted: 5059DescriptionAn army of ants walk on a horizontal pole of length l cm, each with a constant speed of 1 cm/s. W原创 2015-05-19 09:48:02 · 453 阅读 · 0 评论