摘要: #include<iostream> #include<algorithm> #include<complex> using namespace std; using PDD=pair<double,double>; const int N=1e3+10; const double eps=1e-6 阅读全文
posted @ 2022-03-28 09:56 ethon-wang 阅读(15) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<algorithm> #include<queue> #include<vector> using namespace std; using PII=pair<int,int>; const int N=5e4+10; int n,id[N]; 阅读全文
posted @ 2022-03-28 09:41 ethon-wang 阅读(10) 评论(0) 推荐(0) 编辑