题目链接:
http://poj.org/problem?id=3009
题意:
比较清楚的题意:
http://blog.csdn.net/lyy289065406/article/details/6647671
直接dfs搜。。。
代码:
#include<iostream>
#include<algorithm>
#include<stdio.h>
#include<string.h>
using namespace std;
int mina,flag,opx,opy,edx,edy,n,m,f[25][25];
int</