摘要: poj终于到100题,贴个代码纪念一下,hdu 到400题再贴题意:有20个城市,接下来有19行告诉你,i城市与n个城市相连,图是双向的,然后叫你求x到y的最小经过几个城市#include #include#include#includeusing namespace std;/* run this program using the console pauser or add your own getch, system("pause") or input loop */#define N 210#define INF 0xffffffint num;struct nod 阅读全文
posted @ 2013-08-04 19:51 Teemo的技术blog 阅读(112) 评论(0) 推荐(0)