Problem removalcosts
User Tyx2019
Submission Time 2022-12-28 17:01:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

removalcosts.cpp:52:17: error: stray ‘#’ in program
52 | if(A[i]==-1){#include <bits/stdc++.h>
| ^
removalcosts.cpp: In function ‘int main()’:
removalcosts.cpp:52:18: error: ‘include’ was not declared in this scope
52 | if(A[i]==-1){#include <bits/stdc++.h>
| ^~~~~~~
removalcosts.cpp:52:27: error: ‘bits’ was not declared in this scope
52 | if(A[i]==-1){#include <bits/stdc++.h>
| ^~~~
removalcosts.cpp:52:32: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
52 | if(A[i]==-1){#include <bits/stdc++.h>
| ^~~~
| std
removalcosts.cpp:55:1: error: expected primary-expression before ‘using’
55 | using namespace std;
| ^~~~~
removalcosts.cpp:56:14: error: a function-definition is not allowed here before ‘{’ token
56 |