Problem carpark
User keresh
Submission Time 2026-04-15 17:25:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

carpark.cpp: In function ‘int32_t main()’:
carpark.cpp:38:19: error: request for member ‘size’ in ‘cars’, which is of non-class type ‘long long int [n]’
38 | if (cars[cars.size() - 1] == 0){
| ^~~~