Control Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others…
分类:online judge HDU
HDU 5813 Elegant Construction 构造
Elegant Construction 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5813 Description Being an ACMer requires …
HDU 5629 Clarke and tree dp+prufer序列
Clarke and tree 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5629 Description Clarke is a patient with mult…
hdu 5593 ZYB's Tree 树形dp
ZYB’s Tree Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php?pid=5593 D…
UVA 10480 - Sabotage (最大流)
Sabotage The regime of a small but wealthy dictatorship has been abruptly overthrown by an unexpected rebellio…
HDU 5907 Find Q dp
Find Q 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5907 Description Byteasar is addicted to the English le…
HDU 4821 String(2013长春现场赛I题)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4821 字符串题。 现场使用字符串HASH乱搞的。 枚举开头! 1 #include <stdio.h&…
HDU 4733 G(x) (2013成都网络赛,递推)
G(x) Time Limit: 2000/500 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Tot…
HDU 1022[Train Problem I] 栈的应用
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1022 题目大意:一列序列为s1的车厢是否能通过车站的中转以序列s2出站。白皮上有。 关键思想:栈的应用。如果待入站车厢是s…
HDU 1070 [Milk] 贪心
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1070 题目大意:要选择买牛奶,小明每天喝200ml,生产6天后的牛奶不喝,少于200ml的会扔掉。 关键思想:简单的结构体…
HDU 3853 LOOPS(概率DP)
LOOPS Time Limit: 15000/5000 MS (Java/Others) Memory Limit: 125536/65536 K (Java…
HDU 5700 区间交 离线线段树
区间交 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5700 Description 小A有一个含有n个非负整数的数列与m个区间。每个区间可以表示为li,ri。 它想选…