Problem carpark
User shavonne22
Submission Time 2026-07-11 09:59:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

carpark.cpp: In function ‘int main()’:
carpark.cpp:61:34: error: expected ‘}’ at end of input
61 | cout << total_covered << "\n";
| ^
carpark.cpp:8:12: note: to match this ‘{’
8 | int main() {
| ^