| Problem | carpark |
|---|---|
| User | penguinzzz |
| Submission Time | 2024-03-09 00:11:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
carpark.cpp:7:16: error: stray ‘#’ in program
7 | cin >> N >> S;#include <bits/stdc++.h>
| ^
carpark.cpp: In function ‘int main()’:
carpark.cpp:7:17: error: ‘include’ was not declared in this scope
7 | cin >> N >> S;#include <bits/stdc++.h>
| ^~~~~~~
carpark.cpp:7:26: error: ‘bits’ was not declared in this scope
7 | cin >> N >> S;#include <bits/stdc++.h>
| ^~~~
carpark.cpp:7:31: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | cin >> N >> S;#include <bits/stdc++.h>
| ^~~~
| std
carpark.cpp:8:1: error: expected primary-expression before ‘using’
8 | using namespace std;
| ^~~~~
carpark.cpp:10:12: error: a function-definition is not allowed here before ‘{’ token
10 | i