
搜索
文章平均质量分 79
萌即是正义
游戏人生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
POJ 1562 Oil Deposits
POJ 1562 Oil Deposits原创 2015-03-20 18:46:27 · 571 阅读 · 0 评论 -
URAL 1016 Cube on the Walk 搜索题
URAL 1016 Cube on the Walk 搜索题原创 2015-07-27 21:40:24 · 680 阅读 · 0 评论 -
HDU 5323 2015 Multi-University Training Contest 3 1008 Solve this interesting problem
HDU 5323 2015 Multi-University Training Contest 3 1008 Solve this interesting problem原创 2015-07-28 22:09:48 · 810 阅读 · 4 评论 -
HDU 4771 Stealing Harry Potter's Precious BFS + 状压DP
HDU 4771 Stealing Harry Potter's Precious BFS + 状压DP原创 2015-07-29 20:22:00 · 629 阅读 · 0 评论 -
HDU 5336 XYZ and Drops 2015 Multi-University Training Contest 4 1010
HDU 5336 XYZ and Drops 2015 Multi-University Training Contest 4 1010原创 2015-07-30 17:52:37 · 938 阅读 · 5 评论 -
HDU 5335 Walk Out BFS + 贪心 2015 Multi-University Training Contest 4 1009
HDU 5335 Walk Out BFS + 贪心 2015 Multi-University Training Contest 4 1009原创 2015-07-30 22:41:06 · 782 阅读 · 0 评论 -
HDU 1112 The Proper Key DFS+模拟
HDU 1112 The Proper Key DFS+模拟原创 2015-08-03 22:05:49 · 1216 阅读 · 0 评论 -
区域个数 坐标离散化 BFS算法
题解:这题就是离散化加BFS就好了。具体过程代码注释里有。 #include #define mem(a, b) memset(a, b, sizeof(a)) #define eps 0.000000000001 #define pi acos(-1) using namespace std; int n, mps[3005][3005], numx[3005], numy[3005],原创 2017-03-07 00:08:17 · 886 阅读 · 0 评论