Problem rmaxq
User Pyrros
Submission Time 2023-02-22 16:59:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rmaxq.cpp: In function ‘int main()’:
rmaxq.cpp:58:25: error: ‘ind’ was not declared in this scope; did you mean ‘int’?
58 | cout<<update(0, n-1, ind, a, b, arr)<<'\n';
| ^~~
| int