摘要: 直接从别人那复制的代码,惭愧啊,看懂了为自己储存模板。View Code 1 #include<iostream> 2 #include<cmath> 3 #include<cstring> 4 #include<cstdio> 5 #define N 505 6 #define eps 0.000001 7 using namespace std; 8 struct Point 9 { 10 double x,y,z; 11 Point(){} 12 Point(double _x,double _y,double _z) 13 { 14 .. 阅读全文
posted @ 2012-09-15 12:02 zhenhai 阅读(162) 评论(0) 推荐(0)