https://arc032.contest.atcoder.jp/tasks/arc032_4# 切比雪夫距离,放在3000*3000的平面上, 一个集合就是恰好包含这个集合的矩形,价值是矩形长、宽较大的一个。 先处理价值最小: 可以二分。 也可以不二分。 f[i][j]表示,(j,i)为左上角的 ...
分类:
其他好文 时间:
2019-06-16 10:02:01
阅读次数:
113
launch.json tasks.json ...
分类:
系统相关 时间:
2019-06-16 00:24:19
阅读次数:
146
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 闰年{ class Program { static vo ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /* //由框架提供的委托类型 //无返的 Action act0 ... ...
分类:
其他好文 时间:
2019-06-11 15:02:38
阅读次数:
101
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 多线程 { class Program { st... ...
分类:
其他好文 时间:
2019-06-11 14:57:49
阅读次数:
90
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lambda //匿名方法,用来实现委托 { c... ...
分类:
其他好文 时间:
2019-06-11 14:56:01
阅读次数:
109
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net; using System.Dia... ...
分类:
其他好文 时间:
2019-06-11 12:57:43
阅读次数:
102
1.编辑主角色文件viminstall-zk.ymlhosts:‘{{target}}‘vars:host1:10.0.0.11host2:10.0.0.12host3:10.0.0.13tasks:include:tasks/install-zk.yml2.编辑tasks文件vimtasks/install-zk.ymlname:copyzookeeper-3.4.12.tar.
分类:
其他好文 时间:
2019-06-05 11:22:11
阅读次数:
85
来源:jisuanke 更新中 A.Tasks 直接贪心 代码: #include<iostream> #include<cstdio> #include<algorithm> #include<cmath> #include<cstring> #include<string> #include<s ...
分类:
其他好文 时间:
2019-06-03 21:35:18
阅读次数:
654
1 # ansible 初始化服务机 2 - hosts: newserver 3 vars: 4 - basedir: opt 5 tasks: 6 - name: 安装常用依赖环境 7 yum: name={{ item }} state=present 8 with_items: 9 - lr... ...
分类:
其他好文 时间:
2019-06-03 21:34:19
阅读次数:
124