Problem | removalcosts |
---|---|
User | Tyx2019 |
Submission Time | 2022-12-28 14:37:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
removalcosts.cpp:20:4: error: stray ‘#’ in program
20 | }#include <bits/stdc++.h>
| ^
removalcosts.cpp: In function ‘int main()’:
removalcosts.cpp:20:5: error: ‘include’ was not declared in this scope
20 | }#include <bits/stdc++.h>
| ^~~~~~~
removalcosts.cpp:20:14: error: ‘bits’ was not declared in this scope
20 | }#include <bits/stdc++.h>
| ^~~~
removalcosts.cpp:20:19: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
20 | }#include <bits/stdc++.h>
| ^~~~
| std
removalcosts.cpp:23:1: error: expected primary-expression before ‘using’
23 | using namespace std;
| ^~~~~
removalcosts.cpp:24:14: error: a function-definition is not allowed here before ‘{’ token
24 | signed main(){
| ^