码迷,mamicode.com
首页 >  
搜索关键字:zoj 3632 watermelon    ( 3474个结果
ZOJ 3674 Search in the Wiki
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3674 Search in the Wiki Time Limit: 2 Seconds      Memory Limit: 65536 KB As we known, Searching in Wiki is an useful w...
分类:其他好文   时间:2014-08-26 21:31:36    阅读次数:395
ZOJ 3671 Japanese Mahjong III
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3671 Japanese Mahjong III Time Limit: 2 Seconds      Memory Limit: 65536 KB Mahjong is a game of skill, strategy and ca...
分类:其他好文   时间:2014-08-26 21:31:16    阅读次数:346
ZOJ 2588 Burning Bridges(判断割边)
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2588 题意: Ferry王国是一个漂亮的岛国,一共有N个岛国、M座桥,通过这些桥可以从每个小岛都能 到达任何一个小岛。很不幸的是,最近Ferry王国被Jordan征服了。Jordan决定烧毁所有的桥。 这是个残酷的决定,但是Jordan的谋士建议他不要这样...
分类:其他好文   时间:2014-08-26 21:28:46    阅读次数:286
zoj 3627#模拟#枚举
Treasure Hunt IITime Limit: 2 Seconds Memory Limit: 65536 KBThere are n cities(1, 2, ... ,n) forming a line on the wonderland. city i and city i+1 ...
分类:其他好文   时间:2014-08-26 21:26:16    阅读次数:531
zoj 3805 Machine
MachineTime Limit: 2 Seconds Memory Limit: 65536 KBIn a typical assembly line, machines are connected one by one. The first machine's output product ....
分类:其他好文   时间:2014-08-26 17:16:16    阅读次数:212
ZOJ3798:Abs Problem
Alice and Bob is playing a game, and this time the game is all about the absolute value! Alice has N different positive integers, and each number is not greater than N. Bob has a lot of blank paper, ...
分类:其他好文   时间:2014-08-26 15:37:46    阅读次数:228
ZOJ3805:Machine
In a typical assembly line, machines are connected one by one. The first machine's output product will be the second machine's raw material. To simplify the problem, we put all machines into a two-d...
分类:其他好文   时间:2014-08-26 15:37:36    阅读次数:288
最大流最小割
ZOJ Problem Set - 3792 Romantic Valuehttp://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5300模板题,有两种统计边数的办法,一种是扩大边权flow*=mod,然后加flow+=1,最后的最小割就...
分类:其他好文   时间:2014-08-26 13:38:26    阅读次数:483
ZOJ 3802 Easy 2048 Again(状压dp)
这道题的意思就是:2048游戏变成了只有一行的时候的玩法,可以向左合并。给你一串数字你可以选择一些加入队列,和为每个数的和,加上合并成的数字。 解题思路:如果一个序列可以合并那么它一定是降序的,比如:32,16,8,4否则的话,他是不能合并的此时的和就确定了。比如32, 32, 8,16.后面的16怎么合并都会比8大,所以是16之前的数字不可能继续合并下去。通过分析我们可以知道降序序列最多会有1...
分类:其他好文   时间:2014-08-26 11:47:55    阅读次数:217
9度oj 题目1006:ZOJ问题【递推】
java...
分类:其他好文   时间:2014-08-26 11:44:06    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!