【POJ】2104 K-th Number
摘要:
区间第K大数。主席树可解。 1 /* 2104 */ 2 #include <iostream> 3 #include <sstream> 4 #include <string> 5 #include <map> 6 #include <queue> 7 #include <set> 8 #incl 阅读全文
posted @ 2016-02-13 23:57 Bombe 阅读(164) 评论(0) 推荐(0) 编辑