
Deep-Frist-Search
文章平均质量分 92
Dwylkz
no best, but coordination
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HDU 1010 Tempter of the Bone
Tempter of the BoneTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 23728 Accepted原创 2011-07-27 11:06:22 · 477 阅读 · 0 评论 -
HDU 1028 Ignatius and the Princess III
Ignatius and the Princess IIITime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4658原创 2011-07-28 14:13:49 · 759 阅读 · 0 评论 -
HDU 2553 N皇后问题
N皇后问题Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1753 Accepted Submission(s):原创 2011-07-29 14:23:43 · 507 阅读 · 0 评论 -
HDU 4670 Cube number on a tree
divide and conquer on tree. #include #include #include #include #include #include using namespace std; const int N = 5e4+10; const int K = 32; typedef long long LL; struct edge_t { int v, to原创 2013-08-16 13:50:19 · 825 阅读 · 0 评论 -
HDU 4679 Terrorist’s destroy
for each tree u, maintain five stuff: p: the longest upper path start from u . h: the diameter of the global tree after cut tree u. f: the diameter of tree u. d[0]: the longest lower path原创 2013-08-16 14:05:40 · 701 阅读 · 0 评论