摘要: #include<cstdio>#include<algorithm>using namespace std;struct item{ int t,h,f; bool operator < (const item& x) const { return t<x.t; }};int D,G,rest_t 阅读全文
posted @ 2016-10-24 09:11 Minepressure 阅读(232) 评论(0) 推荐(0) 编辑