Anniversary party Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 8667 Accepted Submission(s): 3 ...
分类:
其他好文 时间:
2016-07-10 11:14:50
阅读次数:
165
The 79th Anniversary of Anti-Japan War Difficulties vanish when faced bodly. 勇敢面对困难,困难自会退让。 The best way to memorize the past humilation is not to pas ...
分类:
其他好文 时间:
2016-07-08 00:06:53
阅读次数:
222
记住的单词: vegan:严格的素食主意者 charity: 慈善 poultry:家禽 soya:大豆 stuff:东西 minimise:求最小值 celebrity:名人,名声 preach:说教 anniversary:周年纪念日 actions speak louder than word ...
分类:
其他好文 时间:
2016-06-18 18:33:00
阅读次数:
171
Anniversary party 题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=1520 题意: 公司里有一堆人再开派对,每个人有一个欢乐值,这些人之间有一些上下级关系,每个人都不想和他的直接上司(即是父亲,不包括祖先)同时出现在party上,求p ...
分类:
其他好文 时间:
2016-06-16 21:31:50
阅读次数:
135
今天看了一下Brian Harry大叔的博客,才发现2016年3月17日,是Team Foundation Server的10岁生日。
Today marks the 10th anniversary of the day we shipped the first version of TFS – TFS 2005. It doesn’t seem that long ago but w...
分类:
Web程序 时间:
2016-06-02 14:14:24
阅读次数:
281
Anniversary party
Time Limit:1000MS Memory Limit:65536KB 64bit
IO Format:%I64d & %I64u
Description
There is going to be a party to celebrate the 80-th Anniversary of t...
分类:
其他好文 时间:
2016-05-07 11:08:14
阅读次数:
124
A - Anniversary Firework
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u
Submit Status Practice URAL
1776
Appoint description:
System Crawler (2016-05-06)
...
分类:
其他好文 时间:
2016-05-07 11:03:56
阅读次数:
279
Description
There is going to be a party to celebrate the 80-th Anniversary of the Ural State University. The University has a hierarchical structure of employees. It means that the superviso...
分类:
其他好文 时间:
2016-05-07 10:36:33
阅读次数:
237
任选一个结点当根,用d(i)表示以i为根结点的子树的最大独立集大小,结点i只有两种决策:选或不选。如果选了i,则i的儿子都不能选;如果不选i,那么问题转化成求i的所有儿子的d值再相加。状态转移方程:
其中s(i)和gs(i)分别是i的儿子集合与孙子集合。
实现方法:当计算出一个d(i)后,用它去更新i的父结点和祖父结点,所以每次只要记录父结点即可
poj2342 Anniversary p...
分类:
其他好文 时间:
2016-05-07 09:32:23
阅读次数:
158
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1520 Anniversary party Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) ...
分类:
其他好文 时间:
2016-04-28 00:08:46
阅读次数:
286