只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2020-03-17 10:41 miao-xixixi 阅读(0) 评论(0) 推荐(0)
摘要: 题目如下: 代码如下: #include<cstdio> #include<iostream> #include<algorithm> using namespace std; struct kk{ int x,y; }a[5000]; bool cmp(kk c,kk d){ return c.x 阅读全文
posted @ 2020-03-17 00:14 miao-xixixi 阅读(123) 评论(0) 推荐(0)