摘要: 1 #include <cstdio> 2 #include <iostream> 3 #include <set> 4 using namespace std; 5 const int N = 1e5+5; 6 7 struct Block { 8 long long begin, all_siz 阅读全文
posted @ 2018-06-06 19:40 我在地狱 阅读(224) 评论(0) 推荐(0)