摘要: 1 #include 2 #include 3 using namespace std; 4 5 struct point 6 { 7 double x,y; 8 }p[110]; 9 10 double siz(point p1,point p2,point p3)11 {12 ... 阅读全文
posted @ 2015-10-01 10:43 相儒以沫 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 using namespace std; 5 6 struct line 7 { 8 double x1; 9 double y1;10 double x2;11 double y2;12 }l[110];... 阅读全文
posted @ 2015-10-01 10:14 相儒以沫 阅读(140) 评论(0) 推荐(0) 编辑