HDU 1142 A Walk Through the Forest(二)

2014-11-24 09:46:54 · 作者: · 浏览: 5
,u,w);
}
Dijkstra(2);
printf("%d\n", dfs(1));
}
return 0;
}