C++ 问题:杭电acm(HDU) 1878,我的代码交上去就是compilation error。求讲解
提示是"count"undeclaried我把count[1000]改个名,改成cnt2[1000]就没问题了只是不明白,为什么写count[1000]就有错啊???我的...
提示是"count" undeclaried
我把count[1000]改个名,改成cnt2[1000]就没问题了
只是不明白,为什么写count[1000]就有错啊???
我的代码:
#include<iostream>
using namespace std;
int father[1000];
int count[1000];
int Find(int a)
{
int b = a;
while(father[b]!=b)
b = father[b];
int k = a;
while(father[k]!=b)
{
father[k] = b;
k = father[a];
a = father[a];
}
return b;
}
void merge(int a,int b)
{
father[a] = b;
}
int main()
{
int n,m,cnt;
bool tragedy;
while(scanf("%d",&n),n)
{
tragedy = false;
cnt = 0;
scanf("%d",&m);;
int i;
int a,b;
for(i=0;i<n;i++)
{
count[i] = 0;
father[i] = i;
}
for(i=0;i<m;i++)
{
scanf("%d%d",&a,&b);
count[a]++;
count[b]++;
merge(a,b);
}
for(i=0;i<m;i++)
{
if(count[i]%2 != 0)
{
tragedy = true;
break;
}
if(father[i]==i)
cnt ++;
if(cnt>1)
{
tragedy = true;
break;
}
}
if(tragedy)
cout<<0<<endl;
else
cout<<1<<endl;
}
return 0;
}
回复6202146:貌似不是关键字,刚才百度了一下。我以前老用count,不同的是以前都是局部变量,这次的是全局变量,不知是不是这里的问题 展开
我把count[1000]改个名,改成cnt2[1000]就没问题了
只是不明白,为什么写count[1000]就有错啊???
我的代码:
#include<iostream>
using namespace std;
int father[1000];
int count[1000];
int Find(int a)
{
int b = a;
while(father[b]!=b)
b = father[b];
int k = a;
while(father[k]!=b)
{
father[k] = b;
k = father[a];
a = father[a];
}
return b;
}
void merge(int a,int b)
{
father[a] = b;
}
int main()
{
int n,m,cnt;
bool tragedy;
while(scanf("%d",&n),n)
{
tragedy = false;
cnt = 0;
scanf("%d",&m);;
int i;
int a,b;
for(i=0;i<n;i++)
{
count[i] = 0;
father[i] = i;
}
for(i=0;i<m;i++)
{
scanf("%d%d",&a,&b);
count[a]++;
count[b]++;
merge(a,b);
}
for(i=0;i<m;i++)
{
if(count[i]%2 != 0)
{
tragedy = true;
break;
}
if(father[i]==i)
cnt ++;
if(cnt>1)
{
tragedy = true;
break;
}
}
if(tragedy)
cout<<0<<endl;
else
cout<<1<<endl;
}
return 0;
}
回复6202146:貌似不是关键字,刚才百度了一下。我以前老用count,不同的是以前都是局部变量,这次的是全局变量,不知是不是这里的问题 展开
2个回答
晓网科技
2024-10-17 广告
2024-10-17 广告
电源: 2V-3.6V 典型值:3.3V。模块总功耗:A无线模块不工作时平均功耗 22-25mW B无线模块工作时平均功耗 130-135mW C无线模块工作时峰值功耗 140-150mW。发射功率:100mW 天线功率:1dBm ...
点击进入详情页
本回答由晓网科技提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询