码迷,mamicode.com
首页 >  
搜索关键字:luck and love    ( 1708个结果
hdu 5176 The Experience of Love
hdu 5176 The Experience of Love 题目: 一个叫Gorwin的女孩和一个叫Vivin的男孩是一对情侣。他们来到一个叫爱情的国家,这个国家由N个城市组成而且只有N-1条小道(像一棵树),每条小道有一个值表示两个城市间的距离。他们选择两个城市住下,Gorwin在一个城市Vivin在另外一个,第一次约会,Gorwin去找Vivin,她会写下路径上最长的一条小道(ma...
分类:其他好文   时间:2015-02-17 22:26:57    阅读次数:100
Valentine's Day Round hdu 5176 The Experience of Love [好题 带权并查集 unsigned long long]
传送门The Experience of LoveTime Limit: 4000/2000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 221Accepted Submission(s)...
分类:其他好文   时间:2015-02-16 13:00:52    阅读次数:159
uva 10474 Where is the Marble?(排序)
uva 10474 Where is the Marble? Raju and Meena love to play with Marbles. They have got a lot of marbles with numbers written on them. At the beginning, Raju would place the marbles one afte...
分类:编程语言   时间:2015-02-15 21:53:56    阅读次数:446
sql 基础--mysql 5 (6)
12.子查询 子查询进行过滤mysql> select msg from pw_luck where name = 'wang5' -> ;+------+| msg |+------+| 1001 || 1000 || 1000 || 100 || 100 |+------+5 ro...
分类:数据库   时间:2015-02-15 18:05:11    阅读次数:284
python之--输入输出
python之输出 用print加上字符串,就可以向屏幕上输出指定的文字。用代码实现如下:1 >>> print "i love baby!"2 i love baby!3 >>> print("Hello World!")4 Hello World!5 >>> python会依次输出你输入的字符....
分类:编程语言   时间:2015-02-15 18:03:11    阅读次数:209
hdu5176(并查集)
传送门:The Experience of Love题意:一个叫Gorwin的女孩和一个叫Vivin的男孩是一对情侣。他们来到一个叫爱情的国家,这个国家由N个城市组成而且只有N?1条小道(像一棵树),每条小道有一个值表示两个城市间的距离。他们选择两个城市住下,Gorwin在一个城市Vivin在另外一...
分类:其他好文   时间:2015-02-14 23:43:29    阅读次数:525
程序猿的情书
好好玩 include include include include include include using namespace std; #define __int64 LOVE #define LOVE_MAX 9223372036854775807 #define true 1 #define you me struct loveList { LOVE love; l...
分类:其他好文   时间:2015-02-14 08:45:17    阅读次数:134
sql 基础--mysql 5 (5)
10.汇总数据 聚集函数 avg平均值,count行数,max最大值,min最小值,sum之和mysql> select msg,avg(msg) from pw_luck;+-----+----------+| msg | avg(msg) |+-----+----------+| 100 | ....
分类:数据库   时间:2015-02-12 18:03:59    阅读次数:226
sql 基础--mysql 5 (4)
9.数据处理函数 文本处理:Upper 大写mysql> select uid,name,msg, Upper(name) as UpperName from pw_luck;+-----+-----------+------+-----------+| uid | name | msg...
分类:数据库   时间:2015-02-12 15:32:29    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!