首页 > Tack
头像 RandolphJ
发表于 2020-08-28 22:18:26
这题刚开始自己做的时候不太好理解,这里就给一下自己写的代码啦~ #include<cstdio> #include<algorithm> using namespace std; struct node { int x,y; } p[100010],q[100010] 展开全文