HDU 1690 最短路
摘要:
1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 typedef __int64 ll; 8 #define inf 0x3f3f3f3f 9 //#define inf 0x7f7f7f7f7f7f7f... 阅读全文
posted @ 2013-09-01 11:26 Stomach_ache 阅读(108) 评论(0) 推荐(0)