0_0_17727209_4489.cpp: In function 'int main()':
0_0_17727209_4489.cpp:87:43: error: too few arguments to function 'int getPos(Bound*, int, int, int, int)'
int down = getPos(d,0,cntd-1,a);
^
0_0_17727209_4489.cpp:29:5: note: declared here
int getPos(Bound *bd,int l,int r,int val,int limit)
^
0_0_17727209_4489.cpp:88:41: error: too few arguments to function 'int getPos(Bound*, int, int, int, int)'
int up = getPos(u,0,cntu-1,a);
^
0_0_17727209_4489.cpp:29:5: note: declared here
int getPos(Bound *bd,int l,int r,int val,int limit)
^
|