多多色-多人伦交性欧美在线观看-多人伦精品一区二区三区视频-多色视频-免费黄色视屏网站-免费黄色在线

國內(nèi)最全IT社區(qū)平臺 聯(lián)系我們 | 收藏本站
阿里云優(yōu)惠2
您當前位置:首頁 > php開源 > php教程 > ZOJ 1610 Count the Colors(線段樹lazy+暴力統(tǒng)計)

ZOJ 1610 Count the Colors(線段樹lazy+暴力統(tǒng)計)

來源:程序員人生   發(fā)布時間:2015-03-06 09:03:20 閱讀次數(shù):2773次
Count the Colors

Time Limit: 2 Seconds      Memory Limit: 65536 KB

Painting some colored segments on a line, some previously painted segments may be covered by some the subsequent ones.

Your task is counting the segments of different colors you can see at last.


Input

The first line of each data set contains exactly one integer n, 1 <= n <= 8000, equal to the number of colored segments.

Each of the following n lines consists of exactly 3 nonnegative integers separated by single spaces:

x1 x2 c

x1 and x2 indicate the left endpoint and right endpoint of the segment, c indicates the color of the segment.

All the numbers are in the range [0, 8000], and they are all integers.

Input may contain several data set, process to the end of file.


Output

Each line of the output should contain a color index that can be seen from the top, following the count of the segments of this color, they should be printed according to the color index.

If some color can't be seen, you shouldn't print it.

Print a blank line after every dataset.


Sample Input

5
0 4 4
0 3 1
3 4 2
0 2 2
0 2 3
4
0 1 1
3 4 1
1 3 2
1 3 1
6
0 1 0
1 2 1
2 3 1
1 2 0
2 3 0
1 2 1


Sample Output

1 1
2 1
3 1

1 1

0 2
1 1


具體做法就是區(qū)間更新的時候lazy操作,端點統(tǒng)計的時候暴力,。

#include<cstdio> #include<cstring> #include<algorithm> #include<vector> #include<string> #include<iostream> #include<queue> #include<cmath> #include<map> #include<stack> #include<bitset> using namespace std; #define REPF( i , a , b ) for ( int i = a ; i <= b ; ++ i ) #define REP( i , n ) for ( int i = 0 ; i < n ; ++ i ) #define CLEAR( a , x ) memset ( a , x , sizeof a ) typedef long long LL; typedef pair<int,int>pil; const int maxn=8000+10; int sum[maxn<<2]; int cnt,n; int col[maxn],ans[maxn]; void pushdown(int rs) { if(sum[rs]!=⑴) { sum[rs<<1]=sum[rs<<1|1]=sum[rs]; sum[rs]=⑴; } } void update(int x,int y,int c,int l,int r,int rs) { if(l>=x&&r<=y) { sum[rs]=c; return ; } pushdown(rs); int mid=(l+r)>>1; if(x<=mid) update(x,y,c,l,mid,rs<<1); if(y>mid) update(x,y,c,mid+1,r,rs<<1|1); } void solve(int l,int r,int rs) { if(l==r) { col[cnt++]=sum[rs]; return ; } pushdown(rs); int mid=(l+r)>>1; solve(l,mid,rs<<1); solve(mid+1,r,rs<<1|1); } int main() { int l,r,x; while(~scanf("%d",&n)) { cnt=0; CLEAR(sum,⑴); CLEAR(ans,0); int m=8000; REP(i,n) { scanf("%d%d%d",&l,&r,&x); update(l,r⑴,x,0,m,1); } solve(0,m,1); REP(i,cnt) { int j=i+1; if(col[i]!=⑴) ans[col[i]]++; while(col[j]==col[i]&&j<cnt) j++; i=j⑴; } for(int i=0;i<=maxn;i++)//for色彩種類 if(ans[i]) printf("%d %d ",i,ans[i]); puts(""); } return 0; }


生活不易,碼農(nóng)辛苦
如果您覺得本網(wǎng)站對您的學習有所幫助,可以手機掃描二維碼進行捐贈
程序員人生
------分隔線----------------------------
分享到:
------分隔線----------------------------
關(guān)閉
程序員人生
主站蜘蛛池模板: 国产精品欧美视频另类专区 | 1024在线视频国产在线播放 | 五月天视频网站 | 国产成人福利美女观看视频 | 日本一区二区在线不卡 | 日韩专区亚洲精品欧美专区 | 亚洲精品九色在线网站 | 中文字幕亚洲一区二区三区 | 欧洲美女性做爰 | 最近最新视频中文字幕3 | 日韩欧美日本 | 国产综合精品久久亚洲 | 日本不卡一区二区三区四区 | 老司机精品99在线播放 | 欧美高清性xxxxhdvideosex | 伊人2222| 日本综合在线观看 | 亚洲成人三级 | 日本一级毛片免费 | 国产第一页在线视频 | 亚洲色图欧美 | 国产农村妇女毛片精品久久 | 波多野结衣精品一区二区三区 | 性生活一级毛片 | 午夜三级理论在线观看视频 | 五月婷婷视频 | 黑粗硬大欧美视频 | 亚洲网站www | 亚洲视频在线免费看 | 亚洲视频免费观看 | 在线视频播放网站 | 国产第一页在线观看 | 玖玖国产精品视频 | 美国福利视频 | 边摸边吃奶边做娇喘视频 | 成人伊人亚洲人综合网站222 | 五月婷婷综合在线 | 欧美国产综合日韩一区二区 | 亚洲日本在线观看网址 | 久久国产成人精品国产成人亚洲 | 成年人性生活免费视频 |