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");
^
|