0_0_30853499_6607.cpp: In function 'void creat(int, int, int)':
0_0_30853499_6607.cpp:9:2: error: 'nbsp' was not declared in this scope
if(l==r)
^
0_0_30853499_6607.cpp: In function 'void updata(int, int, int, int, int)':
0_0_30853499_6607.cpp:22:2: error: 'nbsp' was not declared in this scope
if(l==r)
^
0_0_30853499_6607.cpp:30:15: error: 'else' without a previous 'if'
else updata(root*2+1,mid+1,r,index,x);
^
0_0_30853499_6607.cpp: In function 'int show(int, int, int, int, int)':
0_0_30853499_6607.cpp:35:2: error: 'nbsp' was not declared in this scope
if(l>=L&&r<=R)///°üº¬ÔÚÄÚ¡£
^
0_0_30853499_6607.cpp: In function 'int main()':
0_0_30853499_6607.cpp:49:2: error: 'nbsp' was not declared in this scope
int T;
^
0_0_30853499_6607.cpp:63:57: error: break statement not within loop or switch
break;
^
0_0_30853499_6607.cpp:69:43: error: 'else' without a previous 'if'
else if(strcmp(str,"Sub")==0)
^
0_0_30853499_6607.cpp:74:43: error: 'else' without a previous 'if'
else
^
|