题目背景 John的农场缺水了!!! 题目描述 Farmer John has decided to bring water to his N (1 <= N <= 300) pastures which are conveniently numbered 1..N. He may bring wa ...
分类:
其他好文 时间:
2018-07-23 22:10:25
阅读次数:
182
题目:https://www.nowcoder.com/acm/contest/140/D 题目描述: White Cloud has built n stores numbered from 1 to n.White Rabbit wants to visit these stores in th ...
分类:
其他好文 时间:
2018-07-22 12:58:10
阅读次数:
146
问题描述: Given strings S and T, find the minimum (contiguous) substring W of S, so that T is a subsequence of W. If there is no such window in S that cov ...
题目链接 题目翻译: 约定数字序列a1,a2,...,an的反转数是满足i<j和ai>aj的数对(ai,aj)的数量。 对于给定的数字序列a1,a2,...,an,如果我们将第1到m个数字移动到序列的末尾,我们将获得另一个序列(m>=0,当m=0时就不移动任何数)。这样,总共就会有n个序列,如下: ...
分类:
其他好文 时间:
2018-07-20 23:37:55
阅读次数:
220
题目描述 题目描述 题目描述 There are nn cities and mm roads in Berland. Each road connects a pair of cities. The roads in Berland are one-way. What is the minimum ...
Given two words word1 and word2, find the minimum number of operations required to convert word1to word2. You have the following 3 operations permitte ...
分类:
其他好文 时间:
2018-07-20 01:19:19
阅读次数:
219
Study From 感慨一句 这些人真牛B .. 简单测试 拉取镜像 运行镜像 查看镜像 其实也可以查看这个机器的版本信息 github上面有完整的dockerfile文件 我用centos 的改了半天死活不行 内容为 带安装docker部分的 dockerfile ...
分类:
系统相关 时间:
2018-07-19 21:12:40
阅读次数:
815
/** * Definition for a binary tree node. * public class TreeNode { * int val; * TreeNode left; * TreeNode right; * TreeNode(int x) { val = x; } * } */... ...
分类:
其他好文 时间:
2018-07-19 13:45:21
阅读次数:
124
题目描述 The Merry Milk Makers company buys milk from farmers, packages it into attractive 1- and 2-Unit bottles, and then sells that milk to grocery stor ...
分类:
其他好文 时间:
2018-07-18 00:33:59
阅读次数:
219
问题: 制作镜像的时候报错 devmapper: Thin Pool has 162394 free data blocks which is less than minimum required 163840 free data blocks. Create more free space in ...
分类:
移动开发 时间:
2018-07-17 18:17:59
阅读次数:
785