Problem carpark
User eliasxyz
Submission Time 2025-05-27 23:14:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

carpark.cpp: In function ‘int main()’:
carpark.cpp:27:25: error: ‘num_cars’ was not declared in this scope
27 | for (int i = 1; i < num_cars;++i) {
| ^~~~~~~~