843B - Interactive LowerBound 有点懵比~~ 没看懂题解说的随机数概率什么的=_= 先贴上dalao代码 1 #include <bits/stdc++.h> 2 3 using namespace std; 4 5 inline pair <int, int> ask( ...
分类:
其他好文 时间:
2017-08-25 12:18:32
阅读次数:
234
There are n houses in the village and some bidirectional roads connecting them. Every day peole always like to ask like this "How far is it if I want ...
分类:
其他好文 时间:
2017-08-24 10:42:35
阅读次数:
172
当所使用的ubuntu版本过期,源不再更新。再使用 apt-get 获取软件将会找不到源。 实际上ubuntu是有老版本源的,这个问题在ask ubuntu已有高票答案。 支持的老版本在old-releases.ubuntu.com上有列表。更新源的过程如下: 通过命令 lab_release 查看 ...
分类:
系统相关 时间:
2017-08-23 13:33:07
阅读次数:
274
Problem Description There are n houses in the village and some bidirectional roads connecting them. Every day peole always like to ask like this "How ...
分类:
其他好文 时间:
2017-08-20 17:03:23
阅读次数:
230
其实理解call和apply最重要的就是知道我们为什么要用这两个方法。 假设存在这样一个情况: 这是我们常用的oop。假设现在我想设置一个woman的对象,但是关于say的方法不想重新定义,这是可以直接拿cat中的say方法,怎么调用呢,就是使用call和apply方法了。 置于call和apply ...
分类:
移动开发 时间:
2017-08-20 11:25:02
阅读次数:
193
UIAlertView in other words, it's a dialog box. You want to show a message or ask user to confirm an action. UIAlertView would come in handy. Here, I c ...
分类:
移动开发 时间:
2017-08-19 17:06:13
阅读次数:
299
Given a number x, ask positive integer y≥2y≥2, that satisfy the following conditions: 1. The absolute value of y - x is minimal 2. To prime factors de ...
分类:
其他好文 时间:
2017-08-19 11:07:28
阅读次数:
125
一. 题目描写叙述 You are playing the following Bulls and Cows game with your friend: You write down a number and ask your friend to guess what the number is. ...
分类:
其他好文 时间:
2017-08-18 19:57:14
阅读次数:
225
找出最长单词 在句子中找出最长的单词,并返回它的长度。 函数的返回值应该是一个数字。 当你完成不了挑战的时候,记得开大招'Read-Search-Ask'。 找出最长单词 在句子中找出最长的单词,并返回它的长度。 函数的返回值应该是一个数字。 当你完成不了挑战的时候,记得开大招'Read-Searc ...
分类:
其他好文 时间:
2017-08-18 18:34:50
阅读次数:
150
Give you a tree with N vertices and N‐ 1 edges, and then ask you Q queries on “which vertex is Y's son that has the smallest number and which vertex i ...
分类:
其他好文 时间:
2017-08-16 20:27:49
阅读次数:
194