搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ int A = Find(a);什么意思呀
标题:
int A = Find(a);什么意思呀
只看楼主
泰艾我勒
等 级:
新手上路
帖 子:11
专家分:0
注 册:2019-11-17
结帖率:
100%
楼主
问题点数:0 回复次数:1
int A = Find(a);什么意思呀
int Find(int a){
if(pre[a] == -1)return a;
return pre[a] = Find(pre[a]);
}
接下来主函数部分的这行代码什么意思呀
int A = Find(a);
int B = Find(b);
搜索更多相关主题的帖子:
主函数
int
Find
代码
return
2019-11-17 22:15
zbjzbj
来 自:郑州
等 级:
贵宾
威 望:
52
帖 子:620
专家分:3020
注 册:2011-4-22
第
2
楼
得分:0
int A;
A = Find(a);
2019-11-17 23:08
2
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-497886-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.224879 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved