Problem rmaxq
User Schzeey
Submission Time 2023-02-23 19:59:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rmaxq.cpp: In function ‘long long int query(ll, ll, ll, ll, ll)’:
rmaxq.cpp:40:44: error: ‘v’ was not declared in this scope
40 | return max(query(s, mid, ind*2+1, qs, qe, v), query(mid+1, e, ind*2+2, qs, qe, v));
| ^