Problem carpark
User AaravRastogi
Submission Time 2025-12-15 14:52:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

carpark.cpp:1:1: error: stray ‘`’ in program
1 | `#include <bits/stdc++.h>
| ^
carpark.cpp:1:2: error: stray ‘#’ in program
1 | `#include <bits/stdc++.h>
| ^
carpark.cpp:1:3: error: ‘include’ does not name a type
1 | `#include <bits/stdc++.h>
| ^~~~~~~
carpark.cpp: In function ‘int main()’:
carpark.cpp:7:5: error: ‘ios_base’ has not been declared
7 | ios_base::sync_with_stdio(0); cin.tie(0);
| ^~~~~~~~
carpark.cpp:7:35: error: ‘cin’ was not declared in this scope
7 | ios_base::sync_with_stdio(0); cin.tie(0);
| ^~~
carpark.cpp:11:5: error: ‘vector’ was not declared in this scope
11 | vector<int> P;
| ^~~~~~
carpark.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
carpark.cpp:11:12: note: in expansion of macro ‘int’