NWU_ACM

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年3月26日

摘要: 1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 5 using namespace std; 6 7 const int MAXN = 50003; 8 9 int n, k, ans, d, x, y; 10 in 阅读全文
posted @ 2017-03-26 20:49 NWU_ACM 阅读(128) 评论(0) 推荐(0) 编辑