
搜索
文章平均质量分 88
红鲤鱼遇绿鲤鱼
只要思想不滑坡,办法总比困难多~
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hdoj 3533 Escape
原题:The students of the HEU are maneuvering for their military training.The red army and the blue army are at war today. The blue army finds that Little A is the spy of the red army, so Little A has to escape from the headquarters of the blue army to that原创 2021-02-28 02:33:59 · 234 阅读 · 0 评论 -
hdoj 1043 && poj 1077 eight
原题:EightTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 43121 Accepted: 17543 Special JudgeDescriptionThe 15-puzzle has been around for over 100 years; even if you don’t know it by that name, you’ve seen it. It is constructed with 15 slid原创 2021-01-31 12:56:48 · 224 阅读 · 0 评论 -
poj 3414 pots
原题:PotsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 32618 Accepted: 13470 Special JudgeDescriptionYou are given two pots, having the volume of A and B liters respectively. The following operations can be performed:FILL(i) fill原创 2020-12-16 23:53:29 · 204 阅读 · 0 评论 -
FZU 2150 Fire Game
原题:Fat brother and Maze are playing a kind of special (hentai) game on an N*M board (N rows, M columns). At the beginning, each grid of this board is consisting of grass or just empty and then they start to fire all the grass. Firstly they choose two grid原创 2020-12-13 21:12:39 · 173 阅读 · 0 评论 -
UVA 11624 J - Fire!
原题:Joe works in a maze. Unfortunately, portions of the maze have caught on re, and the owner of the maze neglected to create a re escape plan. Help Joe escape the maze.Given Joe’s location in the maze and which squares of the maze are on re, you must原创 2020-12-12 19:18:34 · 265 阅读 · 0 评论 -
hdoj 1495 非常可乐
原题:非常可乐Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 39190 Accepted Submission(s): 15332Problem Description大家一定觉的运动以后喝可乐是一件很惬意的事情,但是seeyou却不这么认为。因为每次当seeyou买了可乐以后,阿牛就要求和seeyou一起分享这一瓶可乐,而且一定要原创 2020-11-15 01:38:51 · 157 阅读 · 0 评论 -
poj 3278 Catch That Cow
原题:Catch That CowTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 172001 Accepted: 52611DescriptionFarmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100,000)原创 2020-11-01 14:18:08 · 478 阅读 · 0 评论 -
poj 1231 棋盘问题
原题:棋盘问题Time Limit: 1000MS Memory Limit: 10000KTotal Submissions: 102505 Accepted: 46572Description在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于给定形状和大小的棋盘,摆放k个棋子的所有可行的摆放方案C。Input输入含有多组测试数据。每组数据的第一行是两个正整数,n k,用一个空格隔开,表示了将在原创 2020-10-18 14:43:24 · 130 阅读 · 0 评论 -
uva 10422 Knights in FEN
uva Knights in FEN原创 2017-01-21 23:34:54 · 720 阅读 · 0 评论 -
uva 10085 The most distant state
uva 10085 The most distant state 广搜 哈希 康拓展开原创 2017-01-30 14:34:17 · 660 阅读 · 0 评论 -
cf Educational Codeforces Round 36 C. Permute Digits
原题: You are given two positive integer numbers a and b. Permute (change order) of the digits of a to construct maximal number not exceeding b. No number in input and/or output can start with the digi...原创 2018-03-17 22:02:43 · 240 阅读 · 1 评论 -
poj 3279 Fliptile
原题: Fliptile Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 16726 Accepted: 6121 DescriptionFarmer John knows that an intellectually satisfied cow is a happy cow who will...原创 2018-09-06 16:43:00 · 286 阅读 · 0 评论 -
uva 532 Dungeon Master
原题:You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of unit cubes which may or may not be filled with rock. It takes one minute to move one unit north, s...原创 2018-11-05 22:26:44 · 356 阅读 · 0 评论 -
uva 10047 The Monocycle
原题:A monocycle is a cycle that runs on one wheel and the one we will be considering is a bit more special.It has a solid wheel colored with five different colors as shown in the figure:The colored...原创 2018-11-16 10:28:25 · 304 阅读 · 0 评论 -
uva 12171 Sculpture
原题:Imagine a box, made of copper plate. Imagine a second one, intersecting the rst one, and several others, intersecting each other (or not). That is how the sculptor Oto Boxing constructs his sculpt...原创 2019-05-11 22:15:01 · 298 阅读 · 0 评论 -
uva 208 Firetruck
uva 208 FireTruck原创 2017-01-18 13:00:02 · 386 阅读 · 0 评论 -
uva 193 Graph Coloring
uva 193 Graph Coloring原创 2017-01-15 15:23:26 · 487 阅读 · 0 评论 -
167 The Sultan's Successors
uva 167 The Sultan's Successors n皇后问题原创 2017-01-02 01:59:54 · 807 阅读 · 0 评论 -
uva 524 Prime Ring Problem
uva 524 Prime Ring Problem原创 2016-08-19 22:28:18 · 547 阅读 · 0 评论 -
uva 140 Bandwidth
uva 140 Bandwidth原创 2016-08-22 11:47:03 · 330 阅读 · 0 评论 -
uva 10004 Bicoloring 二染色
uva 10004原创 2016-01-01 14:33:20 · 542 阅读 · 0 评论 -
uva 839 Not so Mobile
uva 839 Not so Mobile原创 2016-08-14 16:47:36 · 392 阅读 · 0 评论 -
uva 1600 Patrol Robot
uva 1600 Patrol Robot原创 2016-08-26 10:38:44 · 593 阅读 · 0 评论 -
uva 572 Oil Deposits
uva 572 Oil Deposits原创 2016-08-14 23:51:54 · 449 阅读 · 0 评论 -
uva 12558 Egyptian Fractions (HARD version)
uva 12558 Egyptian Fractions (HARD version)原创 2016-10-23 10:22:25 · 621 阅读 · 0 评论 -
uva 331 Mapping the Swaps
uva 331 Mapping the Swaps原创 2016-11-05 11:29:09 · 427 阅读 · 0 评论 -
uva 216 Getting in Line
uva 216 Getting in Line原创 2016-10-05 13:56:04 · 460 阅读 · 0 评论 -
uva 301 Transportation
uva 301 Transportation原创 2016-10-18 19:17:41 · 394 阅读 · 0 评论 -
uva 639 Don't Get Rooked
uva 639 Don't Get Rooked原创 2016-10-05 21:34:51 · 369 阅读 · 0 评论 -
uva 10344 23 out of 5
uva 10344 23 out of 5原创 2016-10-19 13:39:08 · 723 阅读 · 0 评论 -
uva 539 The Settlers of Catan
uva 539 The Settlers of Catan转载 2016-10-06 23:05:47 · 413 阅读 · 0 评论 -
uva 165 Stamps
uva 165 Stamps 经典的连续邮资问题原创 2016-12-12 18:11:28 · 678 阅读 · 0 评论 -
uva 10603 Fill
uva 10603 Fill原创 2016-08-18 11:21:06 · 396 阅读 · 0 评论