F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-07-09 08:11:18, Gzip enabled