缓慢小土豆

文章
6
资源
0
加入时间
2年10月18天

hdu 1242 Rescue

题目链接:题目大意:这一题是典型的搜索题,为了寻找到最佳路径,我们可以反向找,这样得到的结果就是我们需要要求的结果。在搜索方法上使用优先队列来解决。代码如下:#include#include#include#includeusing namespace std;#define INF 10000000const int maxn=210;char s[maxn][maxn