Treasure ExplorationTime Limit:6000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusPracticePOJ 2594DescriptionHave you ever read any bo...
分类:
其他好文 时间:
2015-11-11 13:14:13
阅读次数:
236
Treasure ExplorationTime Limit:6000MSMemory Limit:65536KTotal Submissions:7455Accepted:3053DescriptionHave you ever read any book about treasure explo...
分类:
其他好文 时间:
2015-11-10 15:41:56
阅读次数:
268
枚举+判断线段相交#include#include#include#include#include#include#includeusing namespace std;const int INF=0x7FFFFFFF;const int maxn=30+10;#define EPS 1e-8int...
分类:
其他好文 时间:
2015-11-06 19:34:19
阅读次数:
236
DescriptionAcm, a treasure-explorer, is exploring again. This time he is in a special maze, in which there are some doors (at most 5 doors, represente...
分类:
其他好文 时间:
2015-10-31 01:35:59
阅读次数:
354
Alice is exploring the wonderland, suddenly she fell into a hole, when she woke up, she found there areb - a+ 1 treasures labledafrombin front of her....
分类:
其他好文 时间:
2015-10-27 15:01:57
阅读次数:
176
题目传送门题意:从四面任意点出发,有若干障碍门,问最少要轰掉几扇门才能到达终点分析:枚举入口点,也就是线段的两个端点,然后选取与其他线段相交点数最少的 + 1就是答案。特判一下n == 0的时候/************************************************* Au...
分类:
其他好文 时间:
2015-10-26 18:23:26
阅读次数:
140
实现步骤创建项目目录进入“工作空间”目录,创建名为treasure的文件夹,切换至控制台,进入该文件夹。配置模块生成各个模块该步骤会依次生成项目的各个模块,但是生成的模块并没有 创建依赖,只是最简单的并且符合maven 要求的项目结构的模块,关于什么是 maven 的标准项目结构,可以参考 mave...
分类:
Web程序 时间:
2015-10-09 21:26:01
阅读次数:
268
原文 Dreams of finding lost treasure almost came true recently. A new machine called "The Revealer" has been invented and it has been used to detect gold which has been buried in the ground. The ma...
分类:
其他好文 时间:
2015-09-28 19:31:47
阅读次数:
176
Floyd传递闭包+DAG的最小路径覆盖先来一次Floyd传递闭包,然后再求最大匹配,n-最大匹配就是答案#include#include#include#include#includeusing namespace std;const int MAXN=550;int linker[MAXN];b...
分类:
其他好文 时间:
2015-09-25 21:37:14
阅读次数:
332
In recent months, we focus on bug hunting to achieve root on android devices. Our kernel fuzzing, leaded by @wushi, generated a lot of crashes and amo...
分类:
移动开发 时间:
2015-09-25 17:48:05
阅读次数:
226