码迷,mamicode.com
首页 >  
搜索关键字:poj2342 anniversary    ( 213个结果
hdu4751 二分图的判断
http://acm.hdu.edu.cn/showproblem.php?pid=4751 Problem Description   This year is the 60th anniversary of NJUST, and to make the celebration more colorful, Tom200 is going to invite distin...
分类:其他好文   时间:2015-03-09 20:59:51    阅读次数:168
poj2342 Anniversary party【树形dp】
转载请注明出处,谢谢:http://www.cnblogs.com/KirisameMarisa/p/4316097.html ---by 墨染之樱花【题目链接】http://poj.org/problem?id=2342【题目描述】一个企业有N个员工,每个人都有一个表示欢乐度的数值。现在要开一场....
分类:其他好文   时间:2015-03-05 16:47:33    阅读次数:181
hdu1520Anniversary party(比poj 2342数据强一些)
Problem 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...
分类:其他好文   时间:2015-02-25 18:44:53    阅读次数:143
poj 2342Anniversary party(树形dp)
Language: Default Anniversary party Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 4594   Accepted: 2607 Description There is going to be a party to cel...
分类:其他好文   时间:2015-02-25 17:12:56    阅读次数:122
POJ 2342 Anniversary Party ( 树形DP )
deque 的插入操作不一定有 vector 快 #include #include #include #include using namespace std; #define NOT_SELECTED 0 #define SELECTED 1 #define SIZE 6001 vector relations[SIZE]; bool visited[SIZE]; int DP[...
分类:其他好文   时间:2015-02-18 22:07:01    阅读次数:310
poj2342 Anniversary party【树形dp】
Anniversary party Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 4567   Accepted: 2594 Description There is going to be a party to celebrate the 80-th Anniv...
分类:其他好文   时间:2015-02-14 17:34:09    阅读次数:153
hdu2859---Phalanx
Problem Description Today is army day, but the servicemen are busy with the phalanx for the celebration of the 60th anniversary of the PRC. A phalanx is a matrix of size n*n, each element is a charac...
分类:其他好文   时间:2015-02-14 17:31:21    阅读次数:125
hdu1520 树形DP
http://acm.hdu.edu.cn/showproblem.php?pid=1520 Problem Description There is going to be a party to celebrate the 80-th Anniversary of the Ural State University. The University has a hierar...
分类:其他好文   时间:2015-02-08 10:24:25    阅读次数:144
ural 1039 Anniversary Party
1039. Anniversary Party Time limit: 0.5 second Memory limit: 8 MB Background The president of the Ural State University is going to make an 80'th Anniversary party. The university has a hierarch...
分类:其他好文   时间:2015-02-06 09:34:06    阅读次数:116
ural 1039 Anniversary Party
1039. Anniversary PartyTime limit: 0.5 secondMemory limit: 8 MBBackgroundThe president of the Ural State University is going to make an 80'th Annivers...
分类:其他好文   时间:2015-02-06 00:35:48    阅读次数:222
213条   上一页 1 ... 16 17 18 19 20 ... 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!