http://acm.hdu.edu.cn/showproblem.php?pid=4346
Problem Description
There is a road from city A to city B.On the road,there are N positions(indexed from 0 to N-1).In order to celebrate the Mult...
分类:
其他好文 时间:
2015-02-07 13:14:04
阅读次数:
114
Lou's Pseudo 3d Page(C) 2013 Louis Gorenfeld, updated May 3, 2013NEW:Important details on the segmented road system and some additional linksNEW:An (o...
分类:
其他好文 时间:
2015-02-03 22:40:37
阅读次数:
312
#include #include #include #include #include using namespace std;#define INF 10000000int start;int over;bool sign[9];int NUM;int path[9][9];int road[9...
分类:
其他好文 时间:
2015-01-29 12:30:12
阅读次数:
157
Qin Shi Huang's National Road System
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 4056 Accepted Submission(s): 1399
Problem Desc...
分类:
其他好文 时间:
2015-01-29 09:32:16
阅读次数:
406
模仿Vuejs的伪MVVM库,下面是使用说明项目地址:https://github.com/miniflycn/Q.js相关项目:https://github.com/miniflycn/Ques一个简单例子模版:脚本:var vm = new Q({ el: '#demo', data...
分类:
Web程序 时间:
2015-01-28 21:00:33
阅读次数:
251
STL中的pairing-heap优化dijkstra~...
分类:
其他好文 时间:
2015-01-28 14:45:41
阅读次数:
219
题目要求是可达情况下,舒适度最好,即速度之差最小。1.因为不考虑距离 所以只要在同一集合中即可2.需要在条件1下枚举最小速度,然后找符合条件的 1 #include "iostream" 2 #include "algorithm" 3 #include "memory.h" 4 #include ...
分类:
其他好文 时间:
2015-01-25 18:05:42
阅读次数:
102
【HDU】1198Farm Irrigation 基础最小生成树★1598find the most comfortable road 枚举+最小生成树★★1811Rank of Tetris 并查集+拓扑排序★★3926Hand in Hand 同构图★3938Portal 离线+并查集★★248...
分类:
其他好文 时间:
2015-01-24 22:45:59
阅读次数:
208
Speed LimitTime Limit: 1000MSMemory Limit: 30000KTotal Submissions: 17578Accepted: 12361DescriptionBill and Ted are taking a road trip. But the odome....
分类:
其他好文 时间:
2015-01-24 10:06:25
阅读次数:
204
find the safest road
Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 7536 Accepted Submission(s): 2664
Problem Description
XX...
分类:
编程语言 时间:
2015-01-22 00:26:03
阅读次数:
254