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_22245138_13905.cpp:6:8: error: redeclaration of 'int& node::nbsp'
     node *next[10];
        ^
0_0_22245138_13905.cpp:6:2: note: previous declaration 'int& node::nbsp'
     node *next[10];
  ^
0_0_22245138_13905.cpp:6:14: error: redeclaration of 'int& node::nbsp'
     node *next[10];
              ^
0_0_22245138_13905.cpp:6:2: note: previous declaration 'int& node::nbsp'
     node *next[10];
  ^
0_0_22245138_13905.cpp:6:20: error: redeclaration of 'int& node::nbsp'
     node *next[10];
                    ^
0_0_22245138_13905.cpp:6:2: note: previous declaration 'int& node::nbsp'
     node *next[10];
  ^
0_0_22245138_13905.cpp:7:2: error: redeclaration of 'int& node::nbsp'
     int v;
  ^
0_0_22245138_13905.cpp:6:2: note: previous declaration 'int& node::nbsp'
     node *next[10];
  ^
0_0_22245138_13905.cpp:7:8: error: redeclaration of 'int& node::nbsp'
     int v;
        ^
0_0_22245138_13905.cpp:6:2: note: previous declaration 'int& node::nbsp'
     node *next[10];
  ^
0_0_22245138_13905.cpp:7:14: error: redeclaration of 'int& node::nbsp'
     int v;
              ^
0_0_22245138_13905.cpp:6:2: note: previous declaration 'int& node::nbsp'
     node *next[10];
  ^
0_0_22245138_13905.cpp:7:20: error: redeclaration of 'int& node::nbsp'
     int v;
                    ^
0_0_22245138_13905.cpp:6:2: note: previous declaration 'int& node::nbsp'
     node *next[10];
  ^
0_0_22245138_13905.cpp:8:2: error: redeclaration of 'int& node::nbsp'
     int f;
  ^
0_0_22245138_13905.cpp:6:2: note: previous declaration 'int& node::nbsp'
     node *next[10];
  ^
0_0_22245138_13905.cpp:8:8: error: redeclaration of 'int& node::nbsp'
     int f;
        ^
0_0_22245138_13905.cpp:6:2: note: previous declaration 'int& node::nbsp'
     node *next[10];
  ^
0_0_22245138_13905.cpp:8:14: error: redeclaration of 'int& node::nbsp'
     int f;
              ^
0_0_22245138_13905.cpp:6:2: note: previous declaration 'int& node::nbsp'
     node *next[10];
  ^
0_0_22245138_13905.cpp:8:20: error: redeclaration of 'int& node::nbsp'
     int f;
                    ^
0_0_22245138_13905.cpp:6:2: note: previous declaration 'int& node::nbsp'
     node *next[10];
  ^
0_0_22245138_13905.cpp: In function 'void insert(char*)':
0_0_22245138_13905.cpp:14:2: error: 'nbsp' was not declared in this scope
     tree p=root,newnode;
  ^
0_0_22245138_13905.cpp:24:31: error: 'else' without a previous 'if'
      else
                               ^
0_0_22245138_13905.cpp:28:87: error: 'i' was not declared in this scope
             newnode->next[i]=NULL;
                                                                                       ^
0_0_22245138_13905.cpp: In function 'int deal(node*)':
0_0_22245138_13905.cpp:45:2: error: 'nbsp' was not declared in this scope
     int i;
  ^
0_0_22245138_13905.cpp: In function 'int main()':
0_0_22245138_13905.cpp:56:2: error: 'nbsp' was not declared in this scope
     int m,n,num;
  ^
0_0_22245138_13905.cpp:64:84: error: 'i' was not declared in this scope
             root->next[i]=NULL;
                                                                                    ^
0_0_22245138_13905.cpp:72:97: error: continue statement not within a loop
                 continue;
                                                                                                 ^
0_0_22245138_13905.cpp:78:49: error: 'else' without a previous 'if'
         else printf("NO\n");
                                                 ^


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-11-17 12:57:06, Gzip enabled