[POJ 2104]K-th Number (不带修改的区间k大,函数式线段树)
/*
http://hi.baidu.com/wyl8899/item/e00796a9cb2df73d020a4d68
*/
#include
#include
#include
using namespace std;
const int MAX_N=100005;
const int MAX_M=5005;
const int MAX=MAX_M*600;
int n,m;
int
翻译
2013-08-13 21:32:54 ·
840 阅读 ·
0 评论