Problem park
User shaokai347
Submission Time 2026-02-13 20:35:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

park.cpp: In function ‘int main()’:
park.cpp:102:41: error: expected ‘}’ at end of input
102 | vector<pair<ll, ll>> boarded;
| ^
park.cpp:98:14: note: to match this ‘{’
98 | else {
| ^
park.cpp:102:41: error: expected ‘}’ at end of input
102 | vector<pair<ll, ll>> boarded;
| ^
park.cpp:66:17: note: to match this ‘{’
66 | while (q--) {
| ^
park.cpp:102:41: error: expected ‘}’ at end of input
102 | vector<pair<ll, ll>> boarded;
| ^
park.cpp:49:12: note: to match this ‘{’
49 | int main() {
| ^