摘要: 还搞算法,差点儿被算法搞死……山西加油!闹他闹他!哈哈哈哈哈哈……苦逼又要贴代码了生成了一张图 1 #include <iostream> 2 #include <vector> 3 #include "windows.h" 4 5 6 using namespace std; 7 using std::vector; 8 9 10 struct ArcBox 11 { 12 int headvex,tailvex; 13 ArcBox *hlink,*tlink; 14 float weight; 15 }; 16 ... 阅读全文
posted @ 2012-02-24 22:44 uniquews 阅读(428) 评论(1) 推荐(0) 编辑