题解 hdu6810 Imperative Meeting 题目链接 题目描述 给定一棵 \(n\) 个点的树,每条边长度为 \(1\) ,定义点集 \(S\) 的函数 \(f(S)\) : \[ f(S)=\min_{u=1}^n(\sum_{v\in S}\mbox{dis}(u,v)) \] ...
分类:
其他好文 时间:
2021-01-20 11:59:02
阅读次数:
0
D 对于一个序列,相同的对数有$2{2^\choose 2}\(,不同的对数有\)(2^)2$ 假设选了$len$个序列,那么应该满足: $$\begin len\cdot 2{2\choose 2}=n\cdot {2N\choose 2}\ len\cdot (2)2=m\cdot {2N\ch ...
分类:
其他好文 时间:
2021-01-18 11:39:16
阅读次数:
0
地址 https://vjudge.net/problem/POJ-3050 The cows play the child's game of hopscotch in a non-traditional way. Instead of a linear set of numbered boxes ...
分类:
其他好文 时间:
2021-01-18 11:21:11
阅读次数:
0
DIV水平垂直居中 div { width: 100px; height: 100px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;} 父级控制子集居中(弹性布局).parent { display: ...
分类:
Web程序 时间:
2021-01-15 11:40:06
阅读次数:
0
Shell简单例子 查看当前工作路径并列出当前所有的文件和属性 [xiao@yang play]$ touch example.sh [xiao@yang play]$ vim example.sh [xiao@yang play]$ bash example.sh /home/xiao/Deskt ...
分类:
系统相关 时间:
2021-01-14 11:02:22
阅读次数:
0
一、概述 1.什么是接口? 连接两个设备,并且进行物质传递。 包括:①API(Application Program Interface):属于一种操作系统或程序接口。 ②GUI(Graphic User Interface):属于一种图形操作系统。 2.接口的类型 两种web协议接口:HTTP协议 ...
分类:
其他好文 时间:
2021-01-14 10:58:43
阅读次数:
0
题目链接 题解 可以发现枚举两个在一组里的数会TLE,加之只有两个参数限制与数据范围,容易想到排序算法。 计算第$i$个人的分数和需要知道他在每一组里是$x$还是$y$,因此排序需要满足$a_i$前的数与$a_i$组合时为$x$更优,而$a_i$后的数与$a_i$组合时为$y$更优(反之亦可),也就 ...
分类:
其他好文 时间:
2021-01-12 11:02:49
阅读次数:
0
CF1466H Finding satisfactory solutions ...
分类:
其他好文 时间:
2021-01-11 11:22:54
阅读次数:
0
clear:both的特点 元素需是块级元素 元素不能带有浮动属性 元素必须放在最后一个浮动元素的后面 用户是看不到这个元素的 clearfix清浮动方法的属性 浮动元素的父级选择器{*zoom:1;}/*只有ie7可识别 css hack写法* 浮动元素的父级选择器: 1 after{ 2 dis ...
分类:
其他好文 时间:
2021-01-11 11:06:27
阅读次数:
0
public Animator anim; public Slider slider_1; anim.Play("1",0,slider_1.value);//这个1 是 0 是Layers 通过Slider拖拽能实现动作的进度 ...
分类:
编程语言 时间:
2021-01-11 10:42:08
阅读次数:
0