hdu-1856-More is better
2018-06-17 23:45:32来源:未知 阅读 ()
More is better
Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 327680/102400 K (Java/Others)
Total Submission(s): 24825 Accepted Submission(s): 8911
Mr Wang selected a room big enough to hold the boys. The boy who are not been chosen has to leave the room immediately. There are 10000000 boys in the room numbered from 1 to 10000000 at the very beginning. After Mr Wang's selection any two of them who are still in this room should be friends (direct or indirect), or there is only one boy left. Given all the direct friend-pairs, you should decide the best way.
#include <iostream> #include <cstring> #include <algorithm> #include <cstdio> using namespace std; const int MAX=10000005; int f[MAX],v[MAX]; int find(int n) { if(n!=f[n]) f[n]=find(f[n]); return f[n]; } int main() { int n; while(cin>>n) { for(int i=0;i<MAX;i++) {f[i]=i;v[i]=1;} int a,b; int t=1; for(int i=0;i<n;i++) {scanf("%d%d",&a,&b); a=find(a); b=find(b); if(a!=b) {f[a]=b;v[b]+=v[a];t=max(t,v[b]);} } cout<<t<<endl; } return 0; }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- HDU_6033_Add More Zero 2018-06-17
- C++雾中风景5:Explicit's better than implicit.聊 2018-06-17
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash