
暴力搜素
文章平均质量分 58
IR1S
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HDU 1043 进阶搜索
EightTime Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 30829 Accepted Submission(s): 8105Special Judge Problem DescriptionThe 15-puzzl...原创 2018-08-29 12:55:07 · 172 阅读 · 0 评论 -
uva 10798
题目链接:https://vjudge.net/problem/UVA-10798 题目含义:这个题目要求的就是走到出口的一条路线,然后分别再旋转90,180,270度,形成共4条线路,求min(max(4条线路每条线路踩到的花))) AC代码#include <iostream>#include<bits/stdc++.h>using nam...原创 2018-09-11 11:14:39 · 276 阅读 · 0 评论 -
2018南京网络赛E DFS+拓扑排序+剪枝
Dlsj is competing in a contest with n(0<n≤20)n (0 < n \le 20)n(0<n≤20) problems. And he knows the answer of all of these problems.However, he can submit iii-th problem if and only if he has...原创 2018-09-03 14:56:47 · 266 阅读 · 0 评论 -
ACM-ICPC青岛赛区网络预选赛 C Halting Problem
题目链接https://vjudge.net/problem/ZOJ-4049 题目中的坑处:思路大家都很快能够想到,并且复杂度按道理来说也不会超,关键就是细节问题了,主要是输入输出,以及不能使用memset,多亏队友提醒,自己算死了也觉得不会超呀 AC代码#include <iostream>#include<cstring>#include&l...原创 2018-09-17 14:49:16 · 267 阅读 · 0 评论