0_0_39792917_15261.cpp: In function 'int findPos(int, int)':
0_0_39792917_15261.cpp:86:39: error: 'pos' was not declared in this scope; did you mean 'pow'?
86 | if(tr[LL(ind)].sum>=valu) pos=findPos(st,ed,valu,LL(ind));
| ^~~
| pow
0_0_39792917_15261.cpp:86:51: error: 'st' was not declared in this scope; did you mean 'std'?
86 | if(tr[LL(ind)].sum>=valu) pos=findPos(st,ed,valu,LL(ind));
| ^~
| std
0_0_39792917_15261.cpp:86:54: error: 'ed' was not declared in this scope
86 | if(tr[LL(ind)].sum>=valu) pos=findPos(st,ed,valu,LL(ind));
| ^~
0_0_39792917_15261.cpp:87:18: error: 'pos' was not declared in this scope; did you mean 'pow'?
87 | else pos=findPos(st,ed,valu-tr[LL(ind)].sum,RR(ind));
| ^~~
| pow
0_0_39792917_15261.cpp:87:30: error: 'st' was not declared in this scope; did you mean 'std'?
87 | else pos=findPos(st,ed,valu-tr[LL(ind)].sum,RR(ind));
| ^~
| std
0_0_39792917_15261.cpp:87:33: error: 'ed' was not declared in this scope
87 | else pos=findPos(st,ed,valu-tr[LL(ind)].sum,RR(ind));
| ^~
0_0_39792917_15261.cpp:88:20: error: 'pos' was not declared in this scope; did you mean 'pow'?
88 | return pos;
| ^~~
| pow
|