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_17915645_30541.cpp:13:2: error: stray '#' in program
     int u,v;
  ^
0_0_17915645_30541.cpp:13:8: error: stray '#' in program
     int u,v;
        ^
0_0_17915645_30541.cpp:13:14: error: stray '#' in program
     int u,v;
              ^
0_0_17915645_30541.cpp:13:20: error: stray '#' in program
     int u,v;
                    ^
0_0_17915645_30541.cpp:14:2: error: stray '#' in program
     int d;
  ^
0_0_17915645_30541.cpp:14:8: error: stray '#' in program
     int d;
        ^
0_0_17915645_30541.cpp:14:14: error: stray '#' in program
     int d;
              ^
0_0_17915645_30541.cpp:14:20: error: stray '#' in program
     int d;
                    ^
0_0_17915645_30541.cpp:15:2: error: stray '#' in program
     bool operator<(const edge&t)const
  ^
0_0_17915645_30541.cpp:15:8: error: stray '#' in program
     bool operator<(const edge&t)const
        ^
0_0_17915645_30541.cpp:15:14: error: stray '#' in program
     bool operator<(const edge&t)const
              ^
0_0_17915645_30541.cpp:15:20: error: stray '#' in program
     bool operator<(const edge&t)const
                    ^
0_0_17915645_30541.cpp:16:2: error: stray '#' in program
     {
  ^
0_0_17915645_30541.cpp:16:8: error: stray '#' in program
     {
        ^
0_0_17915645_30541.cpp:16:14: error: stray '#' in program
     {
              ^
0_0_17915645_30541.cpp:16:20: error: stray '#' in program
     {
                    ^
0_0_17915645_30541.cpp:17:2: error: stray '#' in program
         return d<t.d;
  ^
0_0_17915645_30541.cpp:17:8: error: stray '#' in program
         return d<t.d;
        ^
0_0_17915645_30541.cpp:17:14: error: stray '#' in program
         return d<t.d;
              ^
0_0_17915645_30541.cpp:17:20: error: stray '#' in program
         return d<t.d;
                    ^
0_0_17915645_30541.cpp:17:26: error: stray '#' in program
         return d<t.d;
                          ^
0_0_17915645_30541.cpp:17:32: error: stray '#' in program
         return d<t.d;
                                ^
0_0_17915645_30541.cpp:17:38: error: stray '#' in program
         return d<t.d;
                                      ^
0_0_17915645_30541.cpp:17:44: error: stray '#' in program
         return d<t.d;
                                            ^
0_0_17915645_30541.cpp:18:2: error: stray '#' in program
     }
  ^
0_0_17915645_30541.cpp:18:8: error: stray '#' in program
     }
        ^
0_0_17915645_30541.cpp:18:14: error: stray '#' in program
     }
              ^
0_0_17915645_30541.cpp:18:20: error: stray '#' in program
     }
                    ^
0_0_17915645_30541.cpp:19:2: error: stray '#' in program
     edge(){}
  ^
0_0_17915645_30541.cpp:19:8: error: stray '#' in program
     edge(){}
        ^
0_0_17915645_30541.cpp:19:14: error: stray '#' in program
     edge(){}
              ^
0_0_17915645_30541.cpp:19:20: error: stray '#' in program
     edge(){}
                    ^
0_0_17915645_30541.cpp:20:2: error: stray '#' in program
     edge(int a,int b,int c):u(a),v(b),d(c){}
  ^
0_0_17915645_30541.cpp:20:8: error: stray '#' in program
     edge(int a,int b,int c):u(a),v(b),d(c){}
        ^
0_0_17915645_30541.cpp:20:14: error: stray '#' in program
     edge(int a,int b,int c):u(a),v(b),d(c){}
              ^
0_0_17915645_30541.cpp:20:20: error: stray '#' in program
     edge(int a,int b,int c):u(a),v(b),d(c){}
                    ^
0_0_17915645_30541.cpp:23:2: error: stray '#' in program
     int v;
  ^
0_0_17915645_30541.cpp:23:8: error: stray '#' in program
     int v;
        ^
0_0_17915645_30541.cpp:23:14: error: stray '#' in program
     int v;
              ^
0_0_17915645_30541.cpp:23:20: error: stray '#' in program
     int v;
                    ^
0_0_17915645_30541.cpp:24:2: error: stray '#' in program
     int d;
  ^
0_0_17915645_30541.cpp:24:8: error: stray '#' in program
     int d;
        ^
0_0_17915645_30541.cpp:24:14: error: stray '#' in program
     int d;
              ^
0_0_17915645_30541.cpp:24:20: error: stray '#' in program
     int d;
                    ^
0_0_17915645_30541.cpp:25:2: error: stray '#' in program
     NN(int a,int b):v(a),d(b){}
  ^
0_0_17915645_30541.cpp:25:8: error: stray '#' in program
     NN(int a,int b):v(a),d(b){}
        ^
0_0_17915645_30541.cpp:25:14: error: stray '#' in program
     NN(int a,int b):v(a),d(b){}
              ^
0_0_17915645_30541.cpp:25:20: error: stray '#' in program
     NN(int a,int b):v(a),d(b){}
                    ^
0_0_17915645_30541.cpp:34:2: error: stray '#' in program
     cnt=0;
  ^
0_0_17915645_30541.cpp:34:8: error: stray '#' in program
     cnt=0;
        ^
0_0_17915645_30541.cpp:34:14: error: stray '#' in program
     cnt=0;
              ^
0_0_17915645_30541.cpp:34:20: error: stray '#' in program
     cnt=0;
                    ^
0_0_17915645_30541.cpp:35:2: error: stray '#' in program
     for(int i=0;i<=n;i++)
  ^
0_0_17915645_30541.cpp:35:8: error: stray '#' in program
     for(int i=0;i<=n;i++)
        ^
0_0_17915645_30541.cpp:35:14: error: stray '#' in program
     for(int i=0;i<=n;i++)
              ^
0_0_17915645_30541.cpp:35:20: error: stray '#' in program
     for(int i=0;i<=n;i++)
                    ^
0_0_17915645_30541.cpp:36:2: error: stray '#' in program
         {fa[i]=i;node[i].clear();dis[i]=0;}
  ^
0_0_17915645_30541.cpp:36:8: error: stray '#' in program
         {fa[i]=i;node[i].clear();dis[i]=0;}
        ^
0_0_17915645_30541.cpp:36:14: error: stray '#' in program
         {fa[i]=i;node[i].clear();dis[i]=0;}
              ^
0_0_17915645_30541.cpp:36:20: error: stray '#' in program
         {fa[i]=i;node[i].clear();dis[i]=0;}
                    ^
0_0_17915645_30541.cpp:36:26: error: stray '#' in program
         {fa[i]=i;node[i].clear();dis[i]=0;}
                          ^
0_0_17915645_30541.cpp:36:32: error: stray '#' in program
         {fa[i]=i;node[i].clear();dis[i]=0;}
                                ^
0_0_17915645_30541.cpp:36:38: error: stray '#' in program
         {fa[i]=i;node[i].clear();dis[i]=0;}
                                      ^
0_0_17915645_30541.cpp:36:44: error: stray '#' in program
         {fa[i]=i;node[i].clear();dis[i]=0;}
                                            ^
0_0_17915645_30541.cpp:37:2: error: stray '#' in program
     sel.clear();
  ^
0_0_17915645_30541.cpp:37:8: error: stray '#' in program
     sel.clear();
        ^
0_0_17915645_30541.cpp:37:14: error: stray '#' in program
     sel.clear();
              ^
0_0_17915645_30541.cpp:37:20: error: stray '#' in program
     sel.clear();
                    ^
0_0_17915645_30541.cpp:41:2: error: stray '#' in program
     if(fa[x]==x)return fa[x];
  ^
0_0_17915645_30541.cpp:41:8: error: stray '#' in program
     if(fa[x]==x)return fa[x];
        ^
0_0_17915645_30541.cpp:41:14: error: stray '#' in program
     if(fa[x]==x)return fa[x];
              ^
0_0_17915645_30541.cpp:41:20: error: stray '#' in program
     if(fa[x]==x)return fa[x];
                    ^
0_0_17915645_30541.cpp:42:2: error: stray '#' in program
     else return fa[x]=find(fa[x]);
  ^
0_0_17915645_30541.cpp:42:8: error: stray '#' in program
     else return fa[x]=find(fa[x]);
        ^
0_0_17915645_30541.cpp:42:14: error: stray '#' in program
     else return fa[x]=find(fa[x]);
              ^
0_0_17915645_30541.cpp:42:20: error: stray '#' in program
     else return fa[x]=find(fa[x]);
                    ^
0_0_17915645_30541.cpp:46:2: error: stray '#' in program
     int count=0;
  ^
0_0_17915645_30541.cpp:46:8: error: stray '#' in program
  


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-09-29 15:24:48, Gzip enabled