NWU_ACM

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

2017年5月18日

摘要: #include #define _xx ios_base::sync_with_stdio(0);cin.tie(0); using namespace std; struct Node { int value, id; } a[10005]; bool cmp(const Node& t1, const Node& t2) { return t1.value > n >>... 阅读全文
posted @ 2017-05-18 20:35 NWU_ACM 阅读(111) 评论(0) 推荐(0) 编辑