有n个房子,严格按从矮到高依次跳,跳的两个房子之间的距离要
差分约束。求最长路,按y-x
需要注意的是,按高度排序后建边,需要考虑1和n的顺序问题。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define inf 0x3f3f3f3f
#...
分类:
其他好文 时间:
2014-08-03 18:04:25
阅读次数:
178
D - Half of and a Half Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit Status Practice HDU 1592DescriptionGardon bought man...
分类:
其他好文 时间:
2014-08-03 12:38:55
阅读次数:
191
研究生时候一直在物联网项目,毕业后就一直没有再做这方面了,知道最近,又开始做物联网项目了,3年没做,出了很多新的技术,新的标准,让我有点赶不上,以前学的也有点忘了,不过花点时间看看应该很快可以捡起来吧。做这种项目的时候,我总是喜欢去研究透技术细节,比如route request和route repl...
分类:
其他好文 时间:
2014-08-03 10:10:34
阅读次数:
257
1) I love you not because of who you are, but because of who I am when I am with you. 我爱你,不是因为你是一个怎样的人,而是因为我喜欢与你在一起时的感觉。 2) No man or woman is wo...
分类:
其他好文 时间:
2014-08-02 18:17:43
阅读次数:
241
在终端中可以从用下面命令获得帮助: man system在c/c++代码中实现和在终端中输入的命令行一样的效果,以命令(audacious -p &)为例,该代码实现用audacious在后台播放音乐的功能,当然前提是安装了audacious。c++代码:1 #include 2 in...
分类:
编程语言 时间:
2014-08-02 15:24:44
阅读次数:
519
1. man 对你熟悉或不熟悉的命令提供帮助解释eg:man ls 就可以查看ls相关的用法注:按q键或者ctrl+c退出,在linux下可以使用ctrl+c终止当前程序运行。2. ls 查看目录或者文件的属*,列举出任一目录下面的文件eg: ls /usr/manls -la.d表示目录(dire...
分类:
系统相关 时间:
2014-08-02 01:42:22
阅读次数:
299
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.For example, "A man, a plan, a canal: Pan...
分类:
其他好文 时间:
2014-08-01 22:31:42
阅读次数:
208
openssl 又摊上大事了,2014 年6月5日,SSL/TLS Man-in-the-Middle Vulnerability 该漏洞使得攻击者可以拦截恶意中间节点加密和解密数据,同时强迫使用弱密钥的ssl客户端暴露在恶意节点中,当软件使用OpenSSL的受影响版本,通过 网页浏览、电子邮件和....
分类:
其他好文 时间:
2014-08-01 19:33:22
阅读次数:
289
NAME lftp - Sophisticated file transfer program SYNTAX lftp [-d] [-e cmd] [-p port] [-u user[,pass]] [site] lftp -f script_file lftp -c commands lftp --version lftp --help VERSION This man page doc...
分类:
其他好文 时间:
2014-08-01 16:20:46
阅读次数:
571
Problem Description
Many years ago , in Teddy’s hometown there was a man who was called “Bone Collector”. This man like to collect varies of bones , such as dog’s , cow’s , also he went to the grav...
分类:
其他好文 时间:
2014-08-01 16:12:41
阅读次数:
264