码迷,mamicode.com
首页 >  
搜索关键字:zoj 3626 treasure hu    ( 3951个结果
ZOJ 2112 Dynamic Rankings(主席树の动态kth)
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2112The Company Dynamic Rankings has developed a new kind of computer that is no lon...
分类:其他好文   时间:2014-08-02 01:37:22    阅读次数:582
ZOJ 1450
最小圆覆盖#include #include #include #include using namespace std;const double eps=0.00000001;struct point { double x,y;}p[110];struct circle{ point cent; ...
分类:其他好文   时间:2014-08-02 01:30:52    阅读次数:230
ZOJ 3195 Design the city
倍增法在线LCA..... ZOJ Problem Set - 3195 Design the city Time Limit: 1 Second      Memory Limit: 32768 KB Cerror is the mayor of city HangZhou. As you may know, the traffic system of thi...
分类:其他好文   时间:2014-08-01 23:07:52    阅读次数:321
ZOJ 2588 求割边问题
题目链接:http://vjudge.net/problem/viewProblem.action?id=14877题目大意:要尽可能多的烧毁桥,另外还要保证图的连通性,问哪些桥是绝对不能烧毁的我们很容易看出不能烧毁的是必然是作为割边存在的桥。求割边,我们用Tarjan算法,这与求割点有点小区别在与...
分类:其他好文   时间:2014-08-01 18:46:02    阅读次数:217
ZOJ 1649 Rescue
DescriptionAngel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M 2 #include 3 #include 4 #defi...
分类:其他好文   时间:2014-08-01 13:27:31    阅读次数:179
ZOJ 2165 Red and Black
DescriptionThere is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a...
分类:其他好文   时间:2014-08-01 12:50:41    阅读次数:285
[ACM] ZOJ 3329 One Person Game (概率DP,有环,巧妙转化)
One Person Game Time Limit: 1 Second      Memory Limit: 32768 KB      Special Judge There is a very simple and interesting one-person game. You have 3 dice, namely Die1, Die2 and Die3. Die1 ha...
分类:其他好文   时间:2014-07-31 20:51:57    阅读次数:311
zoj 2112
#include #include #include #include using namespace std;const int N =50000+10;const int maxn=N*18;int tot;int T[N],A[N],t[N],s[N];int lson[maxn],rson[...
分类:其他好文   时间:2014-07-31 20:13:47    阅读次数:203
Windows Phone 8.1低功耗蓝牙开发-Nokia Treasure Tag
以Nokia Treasure Tag为例,介绍如何在Windows Phone 8.1上进行蓝牙4.0 BLE低功耗应用开发。
分类:Windows程序   时间:2014-07-31 20:11:37    阅读次数:297
ZOJ 1654 Place the Robots 二分图最大匹配
唉,又是神一样的建模,表示完全想不到。题意是给你一块地,上面有空地,草地,障碍三种地形,然后让你在上面放机器人,机器人只能放在空地上。机器人会向上下左右四个方向发出攻击,机器人的攻击可以穿过草地但是无法穿过障碍。问你在不会是机器人相互攻击的前提下,最多能放多少个机器人。我觉得大致的思路应该是这样的,...
分类:其他好文   时间:2014-07-31 16:22:16    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!