摘要: 题意:给出空间两条线段,求距离。注意输出格式! 1 #include 2 #include 3 #include 4 using namespace std; 5 6 struct Point3 7 { 8 int x, y, z; 9 Point3(int x=... 阅读全文
posted @ 2015-10-22 23:49 yyblues 阅读(396) 评论(0) 推荐(0)