0_0_21020995_24861.cpp: In function 'node* insert(node*, int)':
0_0_21020995_24861.cpp:34:30: error: a function-definition is not allowed here before '{' token
node *insert(node *p,int x){
^
0_0_21020995_24861.cpp:104:3: error: expected '}' at end of input
}
^
0_0_21020995_24861.cpp:104:3: error: expected '}' at end of input
|