C++最短路径 // tulun.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include using namespace std; #define max_vertex_num 20 #define max 99999999