Problem rollercoaster
User Celado
Submission Time 2025-06-20 15:59:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rollercoaster.cpp: In function ‘int main()’:
rollercoaster.cpp:23:37: error: expected ‘;’ before ‘for’
23 | sort(height.rbegin(), height.rend())
| ^
| ;
24 |
25 | for (int i=0; i<n; i++){
| ~~~
rollercoaster.cpp:25:15: error: ‘i’ was not declared in this scope
25 | for (int i=0; i<n; i++){
| ^