Happy birthday Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php?p…
分类:Online Judge
HDU 5154 Harry and Magical Computer bfs
Harry and Magical Computer Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/3…
HDU 1198 Farm Irrigation(并查集)
Farm Irrigation Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Jav…
HDU 1038[Biker's Trip Odometer]简单计算
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1038 题目大意:给轮子直径,转数,时间。要求输出走过的距离和时速(mile为单位) 关键思想:纯算 代码如下: #incl…
HDU 1043 Eight POJ 1077 Eight (广度搜索,八数码问题,康托展开)
HDU 1043 和 POJ 1077 两题类似。。。但是输入不同。 HDU 上是同时多组输入,POJ是单组输入。 两个限时不同。 HDU 上反向搜索,把所有情况打表出来。…
ACM/ICPC 之 暴力打表(求解欧拉回路)-编码(POJ1780)
///找到一个数字序列包含所有n位数(连续)一次且仅一次 ///暴力打表 ///Time:141Ms Memory:2260K #include<iostream> #include<cstring&g…
hdu 5565 Clarke and baton 二分
Clarke and baton Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php?pid=5565 D…
HDU 3338 Kakuro Extension(最大流)
Kakuro Extension Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Ja…
Codeforces Round #358 (Div. 2) C. Alyona and the Tree 水题
C. Alyona and the Tree 题目连接: http://www.codeforces.com/contest/682/problem/C Description Alyona decided to go …
HDU 5985 Lucky Coins 数学
Lucky Coins 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5985 Description Bob has collected a lot of coins …
HDU 5900 QSC and Master 区间DP
QSC and Master 题目连接: http://acm.split.hdu.edu.cn/showproblem.php?pid=5900 Description Every school has some le…
HDU 1043 Eight POJ 1077 Eight (广度搜索,八数码问题,康托展开)
HDU 1043 和 POJ 1077 两题类似。。。但是输入不同。 HDU 上是同时多组输入,POJ是单组输入。 两个限时不同。 HDU 上反向搜索,把所有情况打表出来。…