摘要: http://poj.org/problem?id=3122 1 #include 2 #include 3 #include 4 #define maxn 10010 5 #include 6 using namespace std; 7 8 const double pi=acos(-1.0); 9 const double eps=1e-8;10 double r[maxn];11 int n,f;12 13 int main()14 {15 int t;16 scanf("%d",&t);17 while(t--){18 double max1... 阅读全文
posted @ 2013-09-20 20:49 null1019 阅读(157) 评论(0) 推荐(0)