摘要:
//多个起点,要最短得目标,不妨倒过来从目标出发,去找最近的点更新!!!!!!递归时思路要清楚#include#includeusing namespace std;int a[202][202]; int ax,ay;int f[4][2]={0,1,1,0,-1,0,0,-1};int mmin... 阅读全文
posted @ 2013-11-11 16:10
天羽屠龙舞
阅读(144)
评论(0)
推荐(0)