0_0_27291995_23007.cpp: In function 'long long int query(int, int, int, int, int)':
0_0_27291995_23007.cpp:134:22: error: 'x' was not declared in this scope
return query(x,y,k*2,a,b);
^
0_0_27291995_23007.cpp:134:24: error: 'y' was not declared in this scope
return query(x,y,k*2,a,b);
^
0_0_27291995_23007.cpp:134:32: error: 'b' was not declared in this scope
return query(x,y,k*2,a,b);
^
0_0_27291995_23007.cpp:136:22: error: 'x' was not declared in this scope
return query(x,y,k*2+1,a,b);
^
0_0_27291995_23007.cpp:136:24: error: 'y' was not declared in this scope
return query(x,y,k*2+1,a,b);
^
0_0_27291995_23007.cpp:136:34: error: 'b' was not declared in this scope
return query(x,y,k*2+1,a,b);
^
0_0_27291995_23007.cpp:138:22: error: 'x' was not declared in this scope
return query(x,mid,k*2,a,b)+query(mid+1,y,k*2+1,a,b);
^
0_0_27291995_23007.cpp:138:34: error: 'b' was not declared in this scope
return query(x,mid,k*2,a,b)+query(mid+1,y,k*2+1,a,b);
^
0_0_27291995_23007.cpp:138:49: error: 'y' was not declared in this scope
return query(x,mid,k*2,a,b)+query(mid+1,y,k*2+1,a,b);
^
|