Problem carpark
User yeetmaster
Submission Time 2024-01-26 14:35:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

carpark.cpp:34:2: error: stray ‘#’ in program
34 | }#include <bits/stdc++.h>
| ^
carpark.cpp:34:3: error: ‘include’ does not name a type
34 | }#include <bits/stdc++.h>
| ^~~~~~~
carpark.cpp:38:9: error: redefinition of ‘int32_t main()’
38 | int32_t main() {
| ^~~~
carpark.cpp:5:9: note: ‘int32_t main()’ previously defined here
5 | int32_t main() {
| ^~~~