Problem adjmatrix
User lHog
Submission Time 2024-06-28 14:43:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp:5:17: error: stray ‘#’ in program
5 | int n, e, a, b;#include <bits/stdc++.h>
| ^
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:5:18: error: ‘include’ was not declared in this scope
5 | int n, e, a, b;#include <bits/stdc++.h>
| ^~~~~~~
adjmatrix.cpp:5:27: error: ‘bits’ was not declared in this scope
5 | int n, e, a, b;#include <bits/stdc++.h>
| ^~~~
adjmatrix.cpp:5:32: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
5 | int n, e, a, b;#include <bits/stdc++.h>
| ^~~~
| std
adjmatrix.cpp:6:1: error: expected primary-expression before ‘using’
6 | using namespace std;
| ^~~~~
adjmatrix.cpp:7:12: error: a function-definition is not allowed here before ‘{’ token
7 | int main() {
|