Problem carpark
User Frosetrain
Submission Time 2023-11-17 17:08:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

carpark.cpp:4:3: error: invalid preprocessing directive #print
4 | # print(n, s, cp)
| ^~~~~
carpark.cpp:22:3: error: invalid preprocessing directive #print
22 | # print(gaps)
| ^~~~~
carpark.cpp:1:1: error: ā€˜nā€™ does not name a type
1 | n, s = map(int, input().strip().split())
| ^