Problem rmaxq
User Pyrros
Submission Time 2023-02-23 11:59:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rmaxq.cpp: In function ‘void update(ll, ll, ll, ll, ll, ll)’:
rmaxq.cpp:59:18: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
59 | return tree[ind];
| ^