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