Problem | peakfinding |
---|---|
User | ShaquilleOatmeal34 |
Submission Time | 2025-03-14 16:02:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:13:14: error: request for member ‘rbegin’ in ‘gopal’, which is of non-class type ‘long long int [n]’
13 | sort((gopal).rbegin(), (gopal).rend());
| ^~~~~~
peakfinding.cpp:13:32: error: request for member ‘rend’ in ‘gopal’, which is of non-class type ‘long long int [n]’
13 | sort((gopal).rbegin(), (gopal).rend());
| ^~~~