随笔分类 -  ACM_模版库

摘要:题意:一个国家有n个城市,有m个地方可以建造雷达,最多可以建K个雷达(K>=1 && K#include #include #include using namespace std;const double eps = 1e-8;const int MAX_U = 3007;const int MA... 阅读全文
posted @ 2015-07-07 13:31 mithrilhan 阅读(207) 评论(0) 推荐(0)