摘要: const int inf = 2e9; const double alpha = 0.75; bool o;//当前维度 struct point { int p[3]; friend bool operator <(point A, point B) { return A.p[o] < B.p[ 阅读全文
posted @ 2022-09-22 21:23 sandom 阅读(43) 评论(0) 推荐(1)