Problem carpark
User gl
Submission Time 2026-04-29 08:35:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

carpark.cpp:6:21: error: stray ā€˜#’ in program
6 | c.append(i) #how many cars
| ^
carpark.cpp:1:1: error: ā€˜n’ does not name a type
1 | n, s = map(int,input().split())
| ^