这....好多坑啊...照着学长的代码抄的(捂脸) 1、求凸包的时候 一个点返回的凸包时空的。我人傻了。 2、我一开始是求非严格凸包的点数与n进行比较,及其傻逼!n个点共线的时候会求出来诡异的结果。 所以还是要求凸包然后每个点进行判断啊。 思路很神妙啊!比我的不知道神妙到哪里去了。。 首先先看凸包的 ...
分类:
其他好文 时间:
2019-10-04 14:54:49
阅读次数:
67
```xml alimaven aliyun maven http://maven.aliyun.com/mvn/view central jboss-public-repository-group central JBoss Public Repository Group http://repos... ...
分类:
其他好文 时间:
2019-10-04 13:31:33
阅读次数:
73
And Reachability 给定一个长度为 $n$ 的序列 $a$ ,定义 $(x,y)$ "可到达" 为:可以选出若干个位置 $p_1...p_k$ ,使得 $\forall x\le p_i \le y$ $\forall a_{p_i}\&a_{p_{i+1}}\not=0$ , $q$ ...
分类:
其他好文 时间:
2019-10-03 16:34:36
阅读次数:
58
DynamoDB supports two types of primary keys: Partition key: A simple primary key, composed of one attribute known as the partition key. Attributes in ...
分类:
其他好文 时间:
2019-10-03 12:48:05
阅读次数:
90
Priests and Devils个人github阅读以下游戏脚本Priests and Devils is a puzzle game in which you will help the Priests and Devils to cross the river within the time... ...
分类:
编程语言 时间:
2019-10-02 20:50:26
阅读次数:
112
apt-get update apt-get install build-essential apt-get install synaptic apt-get install geany apt-get install libncurses5-dev #内核与busybox用的菜单库 apt-get ...
分类:
系统相关 时间:
2019-10-01 20:20:01
阅读次数:
98
题目描述: In Frobnia, a far-away country, the verdicts in court trials are determined by a jury consisting of members of the general public. Every time a ...
分类:
其他好文 时间:
2019-09-30 18:24:22
阅读次数:
116
Put as much as you can in the .c and as little as possible in the .h. The includes in the .c are only included when that one file is compiled, but the ...
分类:
其他好文 时间:
2019-09-28 20:29:54
阅读次数:
87
什么是日志框架? 是一套能实现日志输出的工具包 能够描述系统运行状态的所有时间都可以算作日志. 用户上线,数据库崩溃等. 日志框架的能力: 定制输出目标. 定制输出格式. 携带上下文信息. 运行时选择性输出. 灵活的配置 常见的日志框架 JUL .JCL.LOG4J. lOG4J2. LOGBACK ...
分类:
其他好文 时间:
2019-09-28 19:57:28
阅读次数:
86
依赖 pip3 install pillow ...
分类:
系统相关 时间:
2019-09-28 18:05:46
阅读次数:
115