这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《64 pts WA 求调》回复:
个人感觉很标准的分治
WA了几个点: ``` #include using namespace std; const int N = 2e5 + 100; const double inf = 1e18; int n; struct Pt{ double x, y; }p[N]; double dis(int i, int j){retur…
rt