码迷,mamicode.com
首页 >  
搜索关键字:katu puzzle    ( 693个结果
hdu1116 Play on Words--并查集&网络流
原题链接: http://acm.hdu.edu.cn/showproblem.php?pid=1116 一:原题内容 Problem Description Some of the secret doors contain a very interesting word puzzle. The team of archaeologists has to solve it to...
分类:其他好文   时间:2016-03-01 17:27:37    阅读次数:318
poj 1222: EXTENDED LIGHTS OUT
Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 8417 Accepted: 5441 Description In an extended version of the game Lights Out, is a puzzle
分类:其他好文   时间:2016-02-28 19:46:04    阅读次数:200
UVA 489-- Hangman Judge(暴力串处理)
Hangman Judge In ``Hangman Judge,'' you are to write a program that judges a series of Hangman games. For each game, the answer to the puzzle is given
分类:其他好文   时间:2016-02-26 20:38:44    阅读次数:252
例题 3-5 谜题 uva227
A children’s puzzle that was popular 30 years ago consisted of a 5×5 frame which contained 24 small squares of equal size. A unique letter of the alph
分类:其他好文   时间:2016-02-25 22:36:17    阅读次数:209
POJ 1651 Multiplication Puzzle
区间DP。dp[i][j]表示(i,j)开区间内全部取走的最小值。 #include<cstdio> #include<cstring> #include<cmath> #include<algorithm> using namespace std; const int INF=0x7FFFFFFF
分类:其他好文   时间:2016-02-24 22:42:25    阅读次数:258
ZOJ2836-Number Puzzle-容斥原理
依次考虑一个数的倍数,两个数的倍数(lcm),三个数的倍数(lcm)。。。 会发现有这么一个规律,奇数个数时要加上情况数,偶数个数时要减去情况数。 一种只有10个数,用二进制枚举所有情况即可。 #include <cstdio> #include <algorithm> #include <cstr
分类:其他好文   时间:2016-02-18 00:03:29    阅读次数:241
HDU 2514 Another Eight Puzzle(DFS)
题目链接 Problem Description Fill the following 8 circles with digits 1~8,with each number exactly once . Conntcted circles cannot be filled with two cons
分类:其他好文   时间:2016-02-09 15:03:34    阅读次数:310
poj 2451 Uyuw's Concert(半平面交)
Uyuw's Concert Time Limit: 6000MS Memory Limit: 65536K Total Submissions: 8580 Accepted: 3227 Description Prince Remmarguts solved the CHESS puzzle su
分类:其他好文   时间:2016-02-06 14:21:17    阅读次数:141
[2016-02-05][HDU][1097][A hard puzzle]
[2016-02-05][HDU][1097][A hard puzzle]HDU - 1097A hard puzzleTime Limit: 1000MSMemory Limit: 32768KB64bit IO Format: %I64d & %I64uSubmit StatusDescrip...
分类:其他好文   时间:2016-02-05 01:55:03    阅读次数:286
poj 3601Tower of Hanoi
Tower of HanoiTime Limit:1000MSMemory Limit:131072KTotal Submissions:1895Accepted:646DescriptionThe Tower of Hanoi is a puzzle consisting of three peg...
分类:其他好文   时间:2016-01-23 18:09:46    阅读次数:146
693条   上一页 1 ... 29 30 31 32 33 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!