摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 #define MAX 99999 9 using namespace std; 10 11 struct point{ //点结构 12 double x,y; 13 }; 1... 阅读全文
posted @ 2017-12-21 11:53 alm 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 1 // 2 // Created by alim on 2017/12/18. 3 // 4 5 #include "dazs.h" 6 #include 7 #include 8 #include 9 #define NUM_LEN 50//数字的最大长度 10 11 int main() 12 { 13 int i, n, temp = 0, p, k; ... 阅读全文
posted @ 2017-12-21 11:48 alm 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 1 // 2 // Created by alim on 2017/12/21. 3 // 4 5 #include "iostream" 6 #include "algorithm" 7 8 using namespace std; 9 const int INF = 0x3fffffff;//表示无穷大 10 const int N = 100;//节点最大值 11 b... 阅读全文
posted @ 2017-12-21 11:46 alm 阅读(332) 评论(0) 推荐(0) 编辑