0_0_29254389_14767.cpp: In function 'int quriy(int, int, int, int)':
0_0_29254389_14767.cpp:63:30: error: 'ans' was not declared in this scope
quriy(l,mid,num<<1,x,ans);
^
0_0_29254389_14767.cpp:69:34: error: 'ans' was not declared in this scope
quriy(mid+1,r,num<<1|1,x,ans);
^
0_0_29254389_14767.cpp:74:5: error: return-statement with no value, in function returning 'int' [-fpermissive]
return ;
^
0_0_29254389_14767.cpp: In function 'int main()':
0_0_29254389_14767.cpp:101:36: error: too many arguments to function 'int quriy(int, int, int, int)'
quriy(1,n,1,num,ans);
^
0_0_29254389_14767.cpp:52:5: note: declared here
int quriy(int l,int r,int num,int x) {
^
|