计算几何#include <bits/stdc++.h>
using namespace std;
using point_t=long double; //全局数据类型,可修改为 l
2022-10-29