摘要: hdu 1689线段树区间染色,听说用map可以水过去。#include#include#include#include#includeconst int MAXN = 1000005;int tree[MAXN>1; fold_down(si); if(... 阅读全文
posted @ 2015-03-06 21:55 <Dash> 阅读(111) 评论(0) 推荐(0) 编辑
摘要: poj 2828从结束状态推向起始状态可以发现,这个过程中,只要给之前的状态留下足够的空位,就可以实现无冲突的放置方案#include#include#includeusing namespace std;const int MAXN = 200005;int val[MAXN] ,... 阅读全文
posted @ 2015-03-06 21:49 <Dash> 阅读(108) 评论(0) 推荐(0) 编辑