Problem pilot
User Celado
Submission Time 2026-02-19 23:35:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pilot.cpp: In function ‘void solve()’:
pilot.cpp:91:2: error: expected ‘)’ before ‘}’ token
91 | }
| ^
pilot.cpp:90:6: note: to match this ‘(’
90 | if (h[i].f // this is the height of mountain remember, .s is the index)
| ^
pilot.cpp:91:2: error: expected primary-expression before ‘}’ token
91 | }
| ^