【codevs1506】传话
2018-06-17 21:50:38来源:未知 阅读 ()
题目描述
1 #include<cstdio> 2 #include<iostream> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 int r[1001],c[1001],a[1001][1001],ans[10001],top=1,s=0; 7 int n,m,x,y,t,tot=0; 8 int main(){ 9 ios::sync_with_stdio(false); 10 cin>>n>>m; 11 for(int i=1;i<=m;i++){ 12 int x,y; 13 cin>>x>>y; 14 c[x]++;r[y]++; 15 a[x][c[x]]=y; 16 } 17 for(int i=1;i<=n;i++) if(r[i]==0) ans[top++]=i; 18 while(top&&s<=n){ 19 t=ans[top]; 20 top--; 21 for(int i=1;i<=c[t];i++){ 22 s++; 23 r[a[t][i]]--; 24 if(r[a[t][i]]==0) 25 ans[top++]=a[t][i]; 26 } 27 c[t]=0; 28 } 29 for(int i=1;i<=n;i++) 30 if(c[i]==0) cout<<"F"<<endl; 31 else cout<<"T"<<endl; 32 return 0; 33 }
2.dfs在图中找环
1 #include<cstdio> 2 #include<iostream> 3 #include<algorithm> 4 #include<cstring> 5 using namespace std; 6 int l[1001][10001]; 7 int n,m,a,b,t; 8 bool v[1001],huan[1001]; 9 void dfs(int x){ 10 if(huan[t]) return ; 11 v[x]=1; 12 if(x==t){ 13 huan[t]=1; 14 return ; 15 } 16 for(int i=1;i<=l[x][0];i++) 17 if(!v[l[x][i]]) dfs(l[x][i]); 18 } 19 int main(){ 20 ios::sync_with_stdio(false); 21 cin>>n>>m; 22 for(int i=1;i<=m;i++){ 23 cin>>a>>b; 24 l[a][0]++; 25 l[a][l[a][0]]=b; 26 } 27 for(t=1;t<=n;t++){ 28 memset(v,0,sizeof(v)); 29 for(int i=1;i<=l[t][0];i++) 30 dfs(l[t][i]); 31 } 32 for(int i=1;i<=n;i++) 33 if(huan[i]) cout<<"T"<<endl; 34 else cout<<"F"<<endl; 35 return 0; 36 }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- P1358 扑克牌 2020-05-06
- 博弈--巴什博弈 2020-04-24
- Z 字形变换 2020-04-14
- [题记-并查集] 合根植物 - 蓝桥杯 2020-04-07
- 无法正确通过算法题目都是哪些原因造成的? 2020-04-05
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