0_0_23059105_23137.cpp:23:12: error: 'N' was not declared in this scope
double cur[N];
^
0_0_23059105_23137.cpp: In function 'void change(int, int, int)':
0_0_23059105_23137.cpp:32:16: error: 'cur' was not declared in this scope
tree[root] = cur[r] - cur[l];
^
0_0_23059105_23137.cpp: In function 'int bin(double, int, int)':
0_0_23059105_23137.cpp:65:11: error: 'cur' was not declared in this scope
if(x == cur[mid]){
^
0_0_23059105_23137.cpp: In function 'int main()':
0_0_23059105_23137.cpp:101:4: error: 'cur' was not declared in this scope
cur[m++] = x1;
^
0_0_23059105_23137.cpp:108:8: error: 'cur' was not declared in this scope
sort(cur + 1 , cur + m-1);
^
|