Max Sum Plus Plus Time Limit: 1 Sec Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php…
标签:online judge HDU
HDU 4280 Island Transport 第37届ACM/ICPC 天津网络赛1003题 (最大流模板题,高效SAP模板)
Island Transport Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 65536/65536 K (…
HDU 3974 Assign the task 并查集/图论/线段树
Assign the task Time Limit: 1 Sec Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php?p…
HDU 1692 Destroy the Well of Life 水题
Destroy the Well of Life Time Limit: 1 Sec Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/s…
HDU 4619 Warm up 2 最大独立集
Warm up 2 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=4619 Description Some 1×2 dominoes are placed on a …
HDU 1009 [FatMouse' Trade] 简单贪心
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1009 题目大意:和N只猫做生意。付Fi猫食得Ji豆子或者付部分猫食得相应比例的豆子。你有M个猫食问最多能得到多少豆子。 关…
HDU 1027 [Ignatius and the Princess II]STL全排列
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1027 题目大意:求1-N的数列的第M个有序全排列 关键思想:用STL的next_permutation函数。或者康托展开 …
HDU 1072 [Nightmare] BFS
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1072 题目大意:给一个地图,从起点开始往终点走,6s后会爆炸,当遇到’4’时,爆炸倒计时会重置为6…
HDU 2829 Lawrence(斜率优化DP)
Lawrence Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Other…
HDU 1029 [Ignatius and the Princess IV]STL map应用
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1029 题目大意:找出一串数字序列(长度为奇数)中出现次数>=(N+1)/2的数字并输出。 关键思想:map统计+遍历…
HDU 5682 zxa and leaf 二分 树形dp
zxa and leaf 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5682 Description zxa have an unrooted tree with n…
hdu 4452 Running Rabbits 模拟
Running RabbitsTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Othe…