0_0_29345564_14799.cpp: In function 'int main(int, const char**)':
0_0_29345564_14799.cpp:57:41: error: too many arguments to function 'int qurry(int, int)'
else printf("%d\n",qurry(1,1,l,x));
^
0_0_29345564_14799.cpp:28:5: note: declared here
int qurry(int pos,int x){
^
|