传输数据 Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://acm.uestc.edu.cn/#/problem/show/1143 Description 机房里面…
分类:Online Judge
HDU 5898 odd-even number 数位DP
odd-even number 题目连接: http://acm.split.hdu.edu.cn/showproblem.php?pid=5898 Description For a number,if the len…
HDU 2955 Robberies (01背包)
Robberies Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Othe…
HDU 4003 Find Metal Mineral(树形DP+分组背包)
Find Metal Mineral Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65768/65768 K (…
Codeforces Round #355 (Div. 2) C. Vanya and Label 水题
C. Vanya and Label 题目连接: http://www.codeforces.com/contest/677/problem/C Description While walking down the st…
IndiaHacks 2016 - Online Edition (Div. 1 + Div. 2) C. Bear and Up-Down 暴力
C. Bear and Up-Down 题目连接: http://www.codeforces.com/contest/653/problem/C Description The life goes up and dow…
POJ 2417 Discrete Logging (Baby-Step Giant-Step)
Discrete Logging Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 2819 …
HDU 4597 Play Game (DP,记忆化搜索)
Play Game Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65535/65535 K (Java/Othe…
HDU 1059 Dividing(多重背包)
Dividing Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Other…
HDU 1028 Ignatius and the Princess III (母函数,或者DP)
Ignatius and the Princess III Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/3276…
POJ 2246 ZOJ 1094 Matrix Chain Multiplication(简单题)
Matrix Chain Multiplication Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 1678 Acce…
ACM/ICPC 之 机器调度-匈牙利算法解最小点覆盖集(DFS)(POJ1325)
//匈牙利算法-DFS //求最小点覆盖集 == 求最大匹配 //Time:0Ms Memory:208K #include<iostream> #include<cstring> …