随笔分类 -  题解

摘要:Thinking 贪心 + 二分 Answer c++ include include using namespace std; int k; // the amount of items struct item{ long long price; long long pos; }; bool co 阅读全文
posted @ 2017-08-04 15:54 Aneureka 阅读(408) 评论(0) 推荐(0)
摘要:Description Due to recent rains, water has pooled in various places in Farmer John's field, which is represented by a rectangle of N x M (1 define MAX 阅读全文
posted @ 2017-08-02 16:09 Aneureka 阅读(131) 评论(1) 推荐(0)