Problem rollercoaster
User ov5rki11
Submission Time 2025-06-20 15:09:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rollercoaster.cpp: In function ‘int32_t main()’:
rollercoaster.cpp:18:42: error: expected ‘}’ at end of input
18 | for(auto x:fun){cout << x << " ";}
| ^
rollercoaster.cpp:4:16: note: to match this ‘{’
4 | int32_t main() {
| ^