摘要: #include<iostream> #include <algorithm> using namespace std; struct node{ int first; int second; }; node x[500005]; node y[500005]; int main() { ios:: 阅读全文
posted @ 2020-12-31 01:40 肥泽~ 阅读(89) 评论(0) 推荐(0)