0_0_28673908_11874.cpp:9:2: error: stray '#' in program
for(i=1;i<=n;i++)
^
0_0_28673908_11874.cpp:9:8: error: stray '#' in program
for(i=1;i<=n;i++)
^
0_0_28673908_11874.cpp:9:14: error: stray '#' in program
for(i=1;i<=n;i++)
^
0_0_28673908_11874.cpp:9:20: error: stray '#' in program
for(i=1;i<=n;i++)
^
0_0_28673908_11874.cpp:10:2: error: stray '#' in program
father[i]=i;
^
0_0_28673908_11874.cpp:10:8: error: stray '#' in program
father[i]=i;
^
0_0_28673908_11874.cpp:10:14: error: stray '#' in program
father[i]=i;
^
0_0_28673908_11874.cpp:10:20: error: stray '#' in program
father[i]=i;
^
0_0_28673908_11874.cpp:10:26: error: stray '#' in program
father[i]=i;
^
0_0_28673908_11874.cpp:10:32: error: stray '#' in program
father[i]=i;
^
0_0_28673908_11874.cpp:10:38: error: stray '#' in program
father[i]=i;
^
0_0_28673908_11874.cpp:10:44: error: stray '#' in program
father[i]=i;
^
0_0_28673908_11874.cpp:15:2: error: stray '#' in program
while(father[x]!=x)
^
0_0_28673908_11874.cpp:15:8: error: stray '#' in program
while(father[x]!=x)
^
0_0_28673908_11874.cpp:15:14: error: stray '#' in program
while(father[x]!=x)
^
0_0_28673908_11874.cpp:15:20: error: stray '#' in program
while(father[x]!=x)
^
0_0_28673908_11874.cpp:16:2: error: stray '#' in program
x=father[x];
^
0_0_28673908_11874.cpp:16:8: error: stray '#' in program
x=father[x];
^
0_0_28673908_11874.cpp:16:14: error: stray '#' in program
x=father[x];
^
0_0_28673908_11874.cpp:16:20: error: stray '#' in program
x=father[x];
^
0_0_28673908_11874.cpp:16:26: error: stray '#' in program
x=father[x];
^
0_0_28673908_11874.cpp:16:32: error: stray '#' in program
x=father[x];
^
0_0_28673908_11874.cpp:16:38: error: stray '#' in program
x=father[x];
^
0_0_28673908_11874.cpp:16:44: error: stray '#' in program
x=father[x];
^
0_0_28673908_11874.cpp:18:2: error: stray '#' in program
return x;
^
0_0_28673908_11874.cpp:18:8: error: stray '#' in program
return x;
^
0_0_28673908_11874.cpp:18:14: error: stray '#' in program
return x;
^
0_0_28673908_11874.cpp:18:20: error: stray '#' in program
return x;
^
0_0_28673908_11874.cpp:24:2: error: stray '#' in program
temp_a=Find(a);
^
0_0_28673908_11874.cpp:24:8: error: stray '#' in program
temp_a=Find(a);
^
0_0_28673908_11874.cpp:24:14: error: stray '#' in program
temp_a=Find(a);
^
0_0_28673908_11874.cpp:24:20: error: stray '#' in program
temp_a=Find(a);
^
0_0_28673908_11874.cpp:25:2: error: stray '#' in program
temp_b=Find(b);
^
0_0_28673908_11874.cpp:25:8: error: stray '#' in program
temp_b=Find(b);
^
0_0_28673908_11874.cpp:25:14: error: stray '#' in program
temp_b=Find(b);
^
0_0_28673908_11874.cpp:25:20: error: stray '#' in program
temp_b=Find(b);
^
0_0_28673908_11874.cpp:27:2: error: stray '#' in program
if(temp_a!=temp_b)
^
0_0_28673908_11874.cpp:27:8: error: stray '#' in program
if(temp_a!=temp_b)
^
0_0_28673908_11874.cpp:27:14: error: stray '#' in program
if(temp_a!=temp_b)
^
0_0_28673908_11874.cpp:27:20: error: stray '#' in program
if(temp_a!=temp_b)
^
0_0_28673908_11874.cpp:28:2: error: stray '#' in program
father[temp_a]=temp_b;
^
0_0_28673908_11874.cpp:28:8: error: stray '#' in program
father[temp_a]=temp_b;
^
0_0_28673908_11874.cpp:28:14: error: stray '#' in program
father[temp_a]=temp_b;
^
0_0_28673908_11874.cpp:28:20: error: stray '#' in program
father[temp_a]=temp_b;
^
0_0_28673908_11874.cpp:28:26: error: stray '#' in program
father[temp_a]=temp_b;
^
0_0_28673908_11874.cpp:28:32: error: stray '#' in program
father[temp_a]=temp_b;
^
0_0_28673908_11874.cpp:28:38: error: stray '#' in program
father[temp_a]=temp_b;
^
0_0_28673908_11874.cpp:28:44: error: stray '#' in program
father[temp_a]=temp_b;
^
0_0_28673908_11874.cpp:42:2: error: stray '#' in program
int i,n,m,a,b;
^
0_0_28673908_11874.cpp:42:8: error: stray '#' in program
int i,n,m,a,b;
^
0_0_28673908_11874.cpp:42:14: error: stray '#' in program
int i,n,m,a,b;
^
0_0_28673908_11874.cpp:42:20: error: stray '#' in program
int i,n,m,a,b;
^
0_0_28673908_11874.cpp:44:2: error: stray '#' in program
while(scanf("%d",&n)!=EOF)
^
0_0_28673908_11874.cpp:44:8: error: stray '#' in program
while(scanf("%d",&n)!=EOF)
^
0_0_28673908_11874.cpp:44:14: error: stray '#' in program
while(scanf("%d",&n)!=EOF)
^
0_0_28673908_11874.cpp:44:20: error: stray '#' in program
while(scanf("%d",&n)!=EOF)
^
0_0_28673908_11874.cpp:45:2: error: stray '#' in program
{
^
0_0_28673908_11874.cpp:45:8: error: stray '#' in program
{
^
0_0_28673908_11874.cpp:45:14: error: stray '#' in program
{
^
0_0_28673908_11874.cpp:45:20: error: stray '#' in program
{
^
0_0_28673908_11874.cpp:46:2: error: stray '#' in program
if(!n) break;
^
0_0_28673908_11874.cpp:46:8: error: stray '#' in program
if(!n) break;
^
0_0_28673908_11874.cpp:46:14: error: stray '#' in program
if(!n) break;
^
0_0_28673908_11874.cpp:46:20: error: stray '#' in program
if(!n) break;
^
0_0_28673908_11874.cpp:47:2: error: stray '#' in program
Init(n);
^
0_0_28673908_11874.cpp:47:8: error: stray '#' in program
Init(n);
^
0_0_28673908_11874.cpp:47:14: error: stray '#' in program
Init(n);
^
0_0_28673908_11874.cpp:47:20: error: stray '#' in program
Init(n);
^
0_0_28673908_11874.cpp:47:26: error: stray '#' in program
Init(n);
^
0_0_28673908_11874.cpp:47:32: error: stray '#' in program
Init(n);
^
0_0_28673908_11874.cpp:47:38: error: stray '#' in program
Init(n);
^
0_0_28673908_11874.cpp:47:44: error: stray '#' in program
Init(n);
^
0_0_28673908_11874.cpp:48:2: error: stray '#' in program
scanf("%d",&m);
^
0_0_28673908_11874.cpp:48:8: error: stray '#' in program
scanf("%d",&m);
^
0_0_28673908_118
|