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_22140482_25970.cpp:15:9: error: redeclaration of 'int& edge::nbsp'
     int tot  ;
         ^
0_0_22140482_25970.cpp:15:2: note: previous declaration 'int& edge::nbsp'
     int tot  ;
  ^
0_0_22140482_25970.cpp:15:19: error: expected ';' at end of member declaration
     int tot  ;
                   ^
0_0_22140482_25970.cpp:15:24: error: redeclaration of 'int& edge::nbsp'
     int tot  ;
                        ^
0_0_22140482_25970.cpp:15:2: note: previous declaration 'int& edge::nbsp'
     int tot  ;
  ^
0_0_22140482_25970.cpp:16:2: error: redeclaration of 'int& edge::nbsp'
     int now[len1] , next[len2] , g[len2] ;
  ^
0_0_22140482_25970.cpp:15:2: note: previous declaration 'int& edge::nbsp'
     int tot  ;
  ^
0_0_22140482_25970.cpp:16:9: error: redeclaration of 'int& edge::nbsp'
     int now[len1] , next[len2] , g[len2] ;
         ^
0_0_22140482_25970.cpp:15:2: note: previous declaration 'int& edge::nbsp'
     int tot  ;
  ^
0_0_22140482_25970.cpp:19:2: error: redeclaration of 'int& edge::nbsp'
     void add( int st, int ed )
  ^
0_0_22140482_25970.cpp:15:2: note: previous declaration 'int& edge::nbsp'
     int tot  ;
  ^
0_0_22140482_25970.cpp:19:9: error: redeclaration of 'int& edge::nbsp'
     void add( int st, int ed )
         ^
0_0_22140482_25970.cpp:15:2: note: previous declaration 'int& edge::nbsp'
     int tot  ;
  ^
0_0_22140482_25970.cpp:20:1: error: expected ';' at end of member declaration
     {
 ^
0_0_22140482_25970.cpp:20:2: error: 'nbsp' does not name a type
     {
  ^
0_0_22140482_25970.cpp:20:9: error: redeclaration of 'int& edge::nbsp'
     {
         ^
0_0_22140482_25970.cpp:15:2: note: previous declaration 'int& edge::nbsp'
     int tot  ;
  ^
0_0_22140482_25970.cpp:20:15: error: expected unqualified-id before '{' token
     {
               ^
0_0_22140482_25970.cpp:26:2: error: use of deleted function 'edge::edge()'
 }e;
  ^
0_0_22140482_25970.cpp:13:8: note: 'edge::edge()' is implicitly deleted because the default definition would be ill-formed:
 struct edge
        ^
0_0_22140482_25970.cpp:13:8: error: uninitialized reference member in 'struct edge'
0_0_22140482_25970.cpp:15:2: note: 'int& edge::nbsp' should be initialized
     int tot  ;
  ^
0_0_22140482_25970.cpp: In function 'void dfs(int, int, int)':
0_0_22140482_25970.cpp:33:2: error: 'nbsp' was not declared in this scope
     ++timel ;
  ^
0_0_22140482_25970.cpp:40:24: error: 'i' was not declared in this scope
     if ( e.g[i] != ff )
                        ^
0_0_22140482_25970.cpp:42:44: error: 'i' was not declared in this scope
         if ( hash[ e.g[i] ] != sm )
                                            ^
0_0_22140482_25970.cpp:44:52: error: 'i' was not declared in this scope
             dfs( e.g[i] , x , dep+1 );
                                                    ^
0_0_22140482_25970.cpp:48:29: error: 'else' without a previous 'if'
         else
                             ^
0_0_22140482_25970.cpp:49:75: error: 'i' was not declared in this scope
             low[x] = min( low[x] , dfn[ e.g[i] ] );
                                                                           ^
0_0_22140482_25970.cpp:6:27: note: in definition of macro 'min'
 #define min(x1,x2) ((x1)<(x2)?(x1):(x2))
                           ^
0_0_22140482_25970.cpp: In function 'bool ini(int, int)':
0_0_22140482_25970.cpp:55:2: error: 'nbsp' was not declared in this scope
     if ( dfn[a] >= dfn[b] && final[a] <= final[b] )
  ^
0_0_22140482_25970.cpp: In function 'bool judge(int, int, int, int)':
0_0_22140482_25970.cpp:61:2: error: 'nbsp' was not declared in this scope
     int fl = 0 ;
  ^
0_0_22140482_25970.cpp:68:15: error: 'else' without a previous 'if'
     else if ( !ini( sc , g1 ) && !ini( sv , g1 ) )
               ^
0_0_22140482_25970.cpp:70:15: error: 'else' without a previous 'if'
     else if ( low[g1] <= dfn[g2] )
               ^
0_0_22140482_25970.cpp: In function 'int move(int, int)':
0_0_22140482_25970.cpp:76:2: error: 'nbsp' was not declared in this scope
     int t = x , p = 1;
  ^
0_0_22140482_25970.cpp: In function 'int main()':
0_0_22140482_25970.cpp:92:2: error: 'nbsp' was not declared in this scope
     FILE *in , *out;
  ^
0_0_22140482_25970.cpp:108:32: error: 'i' was not declared in this scope
         ed[i] = (ed[i-1]<<1);
                                ^
0_0_22140482_25970.cpp:111:43: error: break statement not within loop or switch
             break;
                                           ^
0_0_22140482_25970.cpp:123:46: error: 'i' was not declared in this scope
             fa[i][j] = fa[i-1][ fa[i-1][j] ];
                                              ^
0_0_22140482_25970.cpp:123:49: error: 'j' was not declared in this scope
             fa[i][j] = fa[i-1][ fa[i-1][j] ];
                                                 ^
0_0_22140482_25970.cpp:138:29: error: 'else' without a previous 'if'
         else
                             ^
0_0_22140482_25970.cpp:143:43: error: 'else' without a previous 'if'
             else if ( ini( sc , g1 )^ini( sv , g1 ) )
                                           ^
0_0_22140482_25970.cpp:151:57: error: 'else' without a previous 'if'
                 else
                                                         ^
0_0_22140482_25970.cpp:158:43: error: 'else' without a previous 'if'
             else
                                           ^
0_0_22140482_25970.cpp:164:57: error: 'else' without a previous 'if'
                 else
                                                         ^
0_0_22140482_25970.cpp:173:29: error: 'else' without a previous 'if'
         else
                             ^


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-30 14:30:37, Gzip enabled