摘要:
简单题View Code #include <iostream>#include <cstdio>#include <cstdlib>#include <cstring>#include <cmath>#include <algorithm>using namespace std;#define maxn 705#define eps 10E-9struct Point{ int x, y;} point[maxn];struct Node{ double k; int a, b;} f[maxn * maxn];int 阅读全文
posted @ 2011-07-04 10:28
undefined2024
阅读(273)
评论(0)
推荐(0)