There is only one happiness in life, to love and be loved. 生命中只有一种幸福,爱与被爱。 Some one told me that hearing her love say good night to her is the simples ...
分类:
其他好文 时间:
2017-05-04 01:34:20
阅读次数:
161
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1823 体重就一位小数,可以扩展10倍更新。 坑在了更新人的时候,不应该直接更新,而应该求max,竟然在这里犯二。。 外层更新的时候,线段树的每一棵字数都要在判return之前update内层的树。相当于 ...
分类:
其他好文 时间:
2017-05-01 00:30:02
阅读次数:
252
最近在某技术网站学习一些js(JavaScript)的课程,将笔记分享一下 消息对话框1. **alert **消息对话框,输出内容,可以是字符串或变量,与document.write 相似 var mychar="I love JavaScript"; alert(mychar);2. **con ...
分类:
Web程序 时间:
2017-04-29 19:56:35
阅读次数:
239
题目链接:http://ac.jobdu.com/problem.php?pid=1008 详解连接:https://github.com/Pacsiy/JobDu 最短路径四种算法详解链接:http://blog.csdn.net/hjd_love_zzt/article/details/2673 ...
分类:
编程语言 时间:
2017-04-29 14:22:59
阅读次数:
242
There is only one happiness in life, to love and be loved. 生命中只有一种幸福,爱与被爱。 If you think you are not loved by a girl, try to give your love first. Toda ...
分类:
其他好文 时间:
2017-04-29 09:43:05
阅读次数:
145
1 from tkinter import * 2 import webbrowser 3 4 master=Tk() 5 6 text=Text(master,width=50,height=20) 7 text.pack() 8 text.insert(INSERT,'I love FishC.... ...
分类:
其他好文 时间:
2017-04-27 13:30:12
阅读次数:
187
Somehow, it seems the love I knew was always the most destructive kind 不知为何,我经历的爱情总是最具毁灭性的的那种 Yesterday when I was young 昨日当我年少轻狂 The taste of life wa ...
分类:
编程语言 时间:
2017-04-27 00:31:18
阅读次数:
363
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1823 好吧,给这题跪了。。。orz.... 一道非常基础的二维线段树的模板题; 可是细节非常多;尤其注意了; swap函数会丢失精度,用double就等着WA到死吧。。。orz... 还有就是给你的区间 ...
分类:
其他好文 时间:
2017-04-26 20:26:16
阅读次数:
390
We accept the love we think we deserve. 我们接受自己认为配得上的爱。 A few months ago, I tried to date with a girl whose appearence is very attractive for me. But s ...
分类:
其他好文 时间:
2017-04-26 13:06:31
阅读次数:
132
The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能。 If you want a happy life with enduring love, you must add some color to the ordinary life ...
分类:
其他好文 时间:
2017-04-24 12:02:44
阅读次数:
139