A. Chess For ThreeAlex, Bob and Carl will soon participate in a team chess tournament. Since they are all in the same team, they have decided to pract ...
分类:
其他好文 时间:
2019-09-12 13:11:28
阅读次数:
99
FC Codelona is trying to assemble a team from a roster of available players. They have a minimum number of players they want to sign and each player n ...
分类:
其他好文 时间:
2019-09-12 10:24:12
阅读次数:
353
HDU - 5765 一个bond肯定把n个点分成两个连通块, 并且每个集合对应一个bond, 因为当前这个集合属于第一个连通块, 那么它的补集就输入另一个连通块, ok[ mask ] 表示 mask这些点集能否成为一个连通块。 我们称一个分配方案mask是好的当且仅当ok[ mask ] == ...
分类:
其他好文 时间:
2019-09-11 13:45:19
阅读次数:
95
Java IO概念 1. 用于设备之间的数据传输。 2. Java 将操作数据流的功能封装到了IO包中。 3. 数据流流向分:输入流和输出流,操作对象为文件。 4. 流按照操作数据分:字节流(通用)和字符流。 5. 将计算机语言:二进制数据转换成文件显示到电脑上。 IO包:继承关系图: 字符流: R ...
分类:
编程语言 时间:
2019-09-10 23:36:52
阅读次数:
128
How is the I/O Address Space mapped to devices? https://stackoverflow.com/questions/9222251/how-is-the-i-o-address-space- mapped-to-devicesSystem Addr ...
分类:
其他好文 时间:
2019-09-10 20:47:50
阅读次数:
108
XKC , the captain of the basketball team , is directing a train of nn team members. He makes all members stand in a row , and numbers them 1 \cdots n1 ...
分类:
其他好文 时间:
2019-09-09 19:45:42
阅读次数:
103
1.查看网卡信息 2.在docker的centos7命令行中进行eth0设置 3.新建网桥br0的配置(ip自定义的,不必纠结.网关是docker的网关) 4.在宿主机上重启容器,使网桥配置生效 5.重新进入容器 6.查看网络 7.网桥br0添加eth0端口 8.Ping网络是否畅通 ...
分类:
其他好文 时间:
2019-09-09 19:44:39
阅读次数:
116
网址:https://nanti.jisuanke.com/t/41387 题意: 大家好,我是训练时长两年半的个人练习生蔡徐坤,我的爱好是唱,跳,rap,篮球。 给出一段长度为$n,(n \leq 1e5)$的序列,对每一个数,求出它和它后面比它大$m$的数中间夹着的数的数量,没有输出$-1$。 ...
分类:
其他好文 时间:
2019-09-09 00:00:59
阅读次数:
106
This is an era of team success, but also an era of heroes. Throughout the ages, there have been numerous examples of using the few to defeat the many. ...
分类:
其他好文 时间:
2019-09-08 21:54:02
阅读次数:
130
题面 https://www.luogu.org/problem/CF932E 题解 先交换求和号、把$S2(i,j)$中$j>i$的部分去掉、再对角线替换、最后配个对$i$来说的“常数”,就把式子变成一个组合数了。 ...
分类:
其他好文 时间:
2019-09-07 00:54:46
阅读次数:
57