
ACM-搜索
文章平均质量分 81
CHeck_Check_check
这个作者很懒,什么都没留下…
展开
-
HDU-4536 XCOM Enemy Unknown(dfs暴搜)
题目链接 #include #include #include #include #include using namespace std; typedef long long ll; const int maxn=20,maxk=105; int n,m,k; struct node { int num,sca; }; node s[maxn]; int a[maxk][3];原创 2016-07-19 09:53:09 · 419 阅读 · 0 评论 -
HDU 2425 Hiking Trip(bfs+优先队列)
Description Hikingin the mountains is seldom an easy task for most people, as it is extremelyeasy to get lost during the trip. Recently Green has decided to go on a hikingtrip. Unfortunately, half wa原创 2016-07-08 22:33:37 · 442 阅读 · 0 评论