摘要:
/*莫队算法的常数优化 实战演练 虽然是TLE代码*/#include using namespace std; const int maxn = 1000000 + 100; int block; struct query{ int l, r, id; bool operator q[i].l){ while(curl > q[i].l){ ... 阅读全文
posted @ 2016-08-07 16:11
BOSON+CODE
阅读(223)
评论(0)
推荐(0)